diff options
author | Michael S. Tsirkin | 2012-12-12 14:00:45 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2012-12-17 12:02:27 +0100 |
commit | 06aac7bd50cd934f416fe355633c045fee832905 (patch) | |
tree | 79ba53a4525ebb473ecf8ea9a841fc65f9fb76f3 /hw/pci/pci_bridge.c | |
parent | Revert "pci: prepare makefiles for pci code reorganization" (diff) | |
download | qemu-06aac7bd50cd934f416fe355633c045fee832905.tar.gz qemu-06aac7bd50cd934f416fe355633c045fee832905.tar.xz qemu-06aac7bd50cd934f416fe355633c045fee832905.zip |
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/pci_bridge.c')
-rw-r--r-- | hw/pci/pci_bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pci_bridge.c b/hw/pci/pci_bridge.c index eb6b70bb64..131091408d 100644 --- a/hw/pci/pci_bridge.c +++ b/hw/pci/pci_bridge.c @@ -30,7 +30,7 @@ */ #include "hw/pci/pci_bridge.h" -#include "hw/pci/pci_internals.h" +#include "hw/pci/pci_bus.h" #include "range.h" /* PCI bridge subsystem vendor ID helper functions */ |