diff mbox series

[01/12] hw: Remove unused includes of hw/block/fdc.h

Message ID 20231217144148.15511-2-shentey@gmail.com
State New
Headers show
Series hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions | expand

Commit Message

Bernhard Beschow Dec. 17, 2023, 2:41 p.m. UTC
Results running grep:

  `grep -i -e "fdc" hw/ppc/prep.c`
  (no output)

  `grep -i -e "fdc" hw/m68k/next-cube.c`
  DPRINTF("FDCSR Write: %x\n", value);

This indicates that hw/block/fdc.h isn't used there.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
 hw/m68k/next-cube.c | 1 -
 hw/ppc/prep.c       | 1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/hw/m68k/next-cube.c b/hw/m68k/next-cube.c
index fabd861941..04989c2648 100644
--- a/hw/m68k/next-cube.c
+++ b/hw/m68k/next-cube.c
@@ -21,7 +21,6 @@ 
 #include "hw/sysbus.h"
 #include "qom/object.h"
 #include "hw/char/escc.h" /* ZILOG 8530 Serial Emulation */
-#include "hw/block/fdc.h"
 #include "hw/qdev-properties.h"
 #include "qapi/error.h"
 #include "qemu/error-report.h"
diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c
index 137276bcb9..edaed85d95 100644
--- a/hw/ppc/prep.c
+++ b/hw/ppc/prep.c
@@ -26,7 +26,6 @@ 
 #include "qemu/osdep.h"
 #include "hw/rtc/m48t59.h"
 #include "hw/char/serial.h"
-#include "hw/block/fdc.h"
 #include "net/net.h"
 #include "hw/isa/isa.h"
 #include "hw/pci/pci.h"