summaryrefslogtreecommitdiffstats
path: root/hw/pci_bridge_dev.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2012-12-12 15:00:45 +0200
committerMichael S. Tsirkin <mst@redhat.com>2012-12-17 13:02:27 +0200
commit06aac7bd50cd934f416fe355633c045fee832905 (patch)
tree79ba53a4525ebb473ecf8ea9a841fc65f9fb76f3 /hw/pci_bridge_dev.c
parentd9fb58054825ef141e6d03f455654b2e3e767bce (diff)
downloadhqemu-06aac7bd50cd934f416fe355633c045fee832905.zip
hqemu-06aac7bd50cd934f416fe355633c045fee832905.tar.gz
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_bridge_dev.c')
-rw-r--r--hw/pci_bridge_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci_bridge_dev.c b/hw/pci_bridge_dev.c
index 5c9fc50..dbb4b3b 100644
--- a/hw/pci_bridge_dev.c
+++ b/hw/pci_bridge_dev.c
@@ -25,7 +25,7 @@
#include "pci/shpc.h"
#include "pci/slotid_cap.h"
#include "memory.h"
-#include "pci/pci_internals.h"
+#include "pci/pci_bus.h"
#define REDHAT_PCI_VENDOR_ID 0x1b36
#define PCI_BRIDGE_DEV_VENDOR_ID REDHAT_PCI_VENDOR_ID
OpenPOWER on IntegriCloud