[PATCH] hw/i386/xen: Remove unused 'hw/ide.h' include from header

Philippe Mathieu-Daudé posted 1 patch 1 year, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/i386/xen/xen_platform.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] hw/i386/xen: Remove unused 'hw/ide.h' include from header
Posted by Philippe Mathieu-Daudé 1 year, 2 months ago
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 hw/i386/xen/xen_platform.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/i386/xen/xen_platform.c b/hw/i386/xen/xen_platform.c
index 66e6de31a6..3795a203d4 100644
--- a/hw/i386/xen/xen_platform.c
+++ b/hw/i386/xen/xen_platform.c
@@ -25,7 +25,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "hw/ide.h"
 #include "hw/ide/pci.h"
 #include "hw/pci/pci.h"
 #include "hw/xen/xen_common.h"
-- 
2.38.1


Re: [PATCH] hw/i386/xen: Remove unused 'hw/ide.h' include from header
Posted by Paul Durrant 1 year, 2 months ago
On 20/02/2023 09:27, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   hw/i386/xen/xen_platform.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/hw/i386/xen/xen_platform.c b/hw/i386/xen/xen_platform.c
> index 66e6de31a6..3795a203d4 100644
> --- a/hw/i386/xen/xen_platform.c
> +++ b/hw/i386/xen/xen_platform.c
> @@ -25,7 +25,6 @@
>   
>   #include "qemu/osdep.h"
>   #include "qapi/error.h"
> -#include "hw/ide.h"
>   #include "hw/ide/pci.h"
>   #include "hw/pci/pci.h"
>   #include "hw/xen/xen_common.h"

Acked-by: Paul Durrant <paul@xen.org>