diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2012-12-12 15:00:45 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2012-12-17 13:02:27 +0200 |
commit | 06aac7bd50cd934f416fe355633c045fee832905 (patch) | |
tree | 79ba53a4525ebb473ecf8ea9a841fc65f9fb76f3 /hw/pci/pcie_port.h | |
parent | d9fb58054825ef141e6d03f455654b2e3e767bce (diff) |
pci: rename pci_internals.h pci_bus.h
There are lots of external users of pci_internals.h,
apparently making it an internal interface only didn't
work out. Let's stop pretending it's an internal header.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci/pcie_port.h')
-rw-r--r-- | hw/pci/pcie_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pcie_port.h b/hw/pci/pcie_port.h index 3259e6a9b9..d89aa615c5 100644 --- a/hw/pci/pcie_port.h +++ b/hw/pci/pcie_port.h @@ -22,7 +22,7 @@ #define QEMU_PCIE_PORT_H #include "hw/pci/pci_bridge.h" -#include "hw/pci/pci_internals.h" +#include "hw/pci/pci_bus.h" struct PCIEPort { PCIBridge br; |