]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/ide: Remove unneeded inclusion of hw/ide.h
authorBALATON Zoltan <balaton@eik.bme.hu>
Tue, 17 Mar 2020 15:05:37 +0000 (16:05 +0100)
committerJohn Snow <jsnow@redhat.com>
Tue, 17 Mar 2020 16:22:36 +0000 (12:22 -0400)
After previous clean ups we can drop direct inclusion of hw/ide.h from
several places.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-id: a3f72b663e537701c63cec5fc9cb8ed4f4249f28.1584457537.git.balaton@eik.bme.hu
Signed-off-by: John Snow <jsnow@redhat.com>
hw/hppa/hppa_sys.h
hw/hppa/machine.c
hw/i386/pc_piix.c
hw/isa/piix4.c
hw/mips/mips_fulong2e.c
hw/ppc/mac_newworld.c
hw/ppc/mac_oldworld.c
hw/ppc/prep.c

index 4d085014648ff37ce207e5e5d74bb60268be51ec..0b18271cc9bf82bbe0329a74dfbf530a6b15e813 100644 (file)
@@ -5,7 +5,6 @@
 
 #include "hw/pci/pci.h"
 #include "hw/pci/pci_host.h"
-#include "hw/ide.h"
 #include "hw/boards.h"
 #include "hw/intc/i8259.h"
 
index 9175f4b790f5c4354d18431818281373cae4bcdb..00dd9f58d6d4cce52e5245f72a0424096ea59f23 100644 (file)
@@ -13,7 +13,6 @@
 #include "sysemu/reset.h"
 #include "sysemu/sysemu.h"
 #include "hw/rtc/mc146818rtc.h"
-#include "hw/ide.h"
 #include "hw/timer/i8254.h"
 #include "hw/char/serial.h"
 #include "hw/net/lasi_82596.h"
index 9216596ec62d33af563ec0b603bfe68c5985dd41..e6756216f9f450d1115fd4a680374c775059fb56 100644 (file)
@@ -38,7 +38,6 @@
 #include "hw/pci/pci_ids.h"
 #include "hw/usb.h"
 #include "net/net.h"
-#include "hw/ide.h"
 #include "hw/ide/pci.h"
 #include "hw/irq.h"
 #include "sysemu/kvm.h"
index cc3e5cef8c811f32ab6180a46b5aa5b09490827a..9a10fb9b3cd62d119012378132a64fec146d8359 100644 (file)
@@ -34,7 +34,6 @@
 #include "hw/dma/i8257.h"
 #include "hw/timer/i8254.h"
 #include "hw/rtc/mc146818rtc.h"
-#include "hw/ide.h"
 #include "hw/ide/pci.h"
 #include "migration/vmstate.h"
 #include "sysemu/reset.h"
index 0f312b5a35c9e2519b678fe4dc97e9929a88f4ce..5040afd5816aef9c54668b89da21b583d39ccc7c 100644 (file)
@@ -36,7 +36,6 @@
 #include "audio/audio.h"
 #include "qemu/log.h"
 #include "hw/loader.h"
-#include "hw/ide.h"
 #include "hw/ide/pci.h"
 #include "elf.h"
 #include "hw/isa/vt82c686.h"
index b8189bf7a4ca35a8cdd3cce5e6c8515e854bb9b2..13164ee9d7d33eec497550b8ce9ac23d51ccedf5 100644 (file)
@@ -62,7 +62,6 @@
 #include "hw/char/escc.h"
 #include "hw/misc/macio/macio.h"
 #include "hw/ppc/openpic.h"
-#include "hw/ide.h"
 #include "hw/loader.h"
 #include "hw/fw-path-provider.h"
 #include "elf.h"
index 440c406eb4c8df8623de364020eceabf9161e9aa..2d419d82fa8ff3934641bca84678edee744e37d9 100644 (file)
@@ -41,7 +41,6 @@
 #include "hw/nvram/fw_cfg.h"
 #include "hw/char/escc.h"
 #include "hw/misc/macio/macio.h"
-#include "hw/ide.h"
 #include "hw/loader.h"
 #include "hw/fw-path-provider.h"
 #include "elf.h"
index 111cc80867898d208852c41f7d1667f37b82877c..44be9d25a2ce693af14ec08063c1aae8e64e7802 100644 (file)
@@ -37,7 +37,6 @@
 #include "hw/boards.h"
 #include "qemu/error-report.h"
 #include "qemu/log.h"
-#include "hw/ide.h"
 #include "hw/irq.h"
 #include "hw/loader.h"
 #include "hw/rtc/mc146818rtc.h"