qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 05/18] hw/usb/dev-storage: Remove unused "ui/console.h" header


From: Philippe Mathieu-Daudé
Subject: [PATCH v2 05/18] hw/usb/dev-storage: Remove unused "ui/console.h" header
Date: Fri, 28 Feb 2020 12:46:36 +0100

The USB models related to storage don't need anything from
"ui/console.h". Remove it.

Acked-by: John Snow <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/usb/dev-storage.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/usb/dev-storage.c b/hw/usb/dev-storage.c
index 90da008df1..4883c1d89e 100644
--- a/hw/usb/dev-storage.c
+++ b/hw/usb/dev-storage.c
@@ -17,7 +17,6 @@
 #include "desc.h"
 #include "hw/qdev-properties.h"
 #include "hw/scsi/scsi.h"
-#include "ui/console.h"
 #include "migration/vmstate.h"
 #include "monitor/monitor.h"
 #include "sysemu/sysemu.h"
-- 
2.21.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]