diff options
author | BALATON Zoltan | 2020-03-17 16:05:37 +0100 |
---|---|---|
committer | John Snow | 2020-03-17 17:22:36 +0100 |
commit | 5a6ac100f64bea4b1580e3e4de123cac8abc203c (patch) | |
tree | 5e10c14630b21b702ade7bab8910e34dd512ad38 /hw/ide | |
parent | hw/ide: Get rid of piix4_init function (diff) | |
download | qemu-5a6ac100f64bea4b1580e3e4de123cac8abc203c.tar.gz qemu-5a6ac100f64bea4b1580e3e4de123cac8abc203c.tar.xz qemu-5a6ac100f64bea4b1580e3e4de123cac8abc203c.zip |
hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h
After previous patches we don't need hw/pci/pci.h any more in
hw/ide.h. Some files depended on implicit inclusion by this header
which are also fixed up here.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-id: 444a5e34331bf1f7880541b8d46e0353f470f5a6.1584457537.git.balaton@eik.bme.hu
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'hw/ide')
-rw-r--r-- | hw/ide/ahci_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ide/ahci_internal.h b/hw/ide/ahci_internal.h index 73424516da..bab0459774 100644 --- a/hw/ide/ahci_internal.h +++ b/hw/ide/ahci_internal.h @@ -27,6 +27,7 @@ #include "hw/ide/ahci.h" #include "hw/ide/internal.h" #include "hw/sysbus.h" +#include "hw/pci/pci.h" #define AHCI_MEM_BAR_SIZE 0x1000 #define AHCI_MAX_PORTS 32 |