diff options
author | Michael S. Tsirkin | 2018-02-08 18:40:02 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2018-02-13 17:25:48 +0100 |
commit | 562a140765e56b898601fbd84046fc4d9b9a3bed (patch) | |
tree | fb39d40fce36dec91ef294347da483606ae9cef2 /hw/isa | |
parent | tests: acpi: fix FADT not being compared to reference table (diff) | |
download | qemu-562a140765e56b898601fbd84046fc4d9b9a3bed.tar.gz qemu-562a140765e56b898601fbd84046fc4d9b9a3bed.tar.xz qemu-562a140765e56b898601fbd84046fc4d9b9a3bed.zip |
lpc: drop pcie host dependency
Doesn't look like that header is used.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/isa')
-rw-r--r-- | hw/isa/lpc_ich9.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/isa/lpc_ich9.c b/hw/isa/lpc_ich9.c index adcf077fa5..e692b9fdc1 100644 --- a/hw/isa/lpc_ich9.c +++ b/hw/isa/lpc_ich9.c @@ -39,7 +39,6 @@ #include "hw/isa/apm.h" #include "hw/i386/ioapic.h" #include "hw/pci/pci.h" -#include "hw/pci/pcie_host.h" #include "hw/pci/pci_bridge.h" #include "hw/i386/ich9.h" #include "hw/acpi/acpi.h" |