diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2018-02-08 19:40:02 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-02-13 18:25:48 +0200 |
commit | 562a140765e56b898601fbd84046fc4d9b9a3bed (patch) | |
tree | fb39d40fce36dec91ef294347da483606ae9cef2 /hw/isa | |
parent | 92146b7a0fe6d6f9df34eeb22dc8e33785a49a42 (diff) |
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" |