diff mbox series

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

Message ID 20230220092707.22584-1-philmd@linaro.org
State New
Headers show
Series hw/i386/xen: Remove unused 'hw/ide.h' include from header | expand

Commit Message

Philippe Mathieu-Daudé Feb. 20, 2023, 9:27 a.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 hw/i386/xen/xen_platform.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Paul Durrant Feb. 20, 2023, 2:15 p.m. UTC | #1
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>
diff mbox series

Patch

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"