summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/.gitignore2
-rw-r--r--include/linux/pci.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/.gitignore b/include/.gitignore
index 0e56cf2f8c..18e58a752a 100644
--- a/include/.gitignore
+++ b/include/.gitignore
@@ -1 +1 @@
-config.h
+/config.h
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 3d0e73bf9f..e422055baa 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -123,6 +123,7 @@ enum {
struct pci_bus {
struct pci_controller *host; /* associated host controller */
struct device_d *parent;
+ struct pci_bus *parent_bus; /* parent bus */
struct list_head node; /* node in list of buses */
struct list_head children; /* list of child buses */
struct list_head devices; /* list of devices on this bus */