diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index d8c379dba6ad..ba7c5cd314b7 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -419,6 +419,7 @@ struct pci_bus { | |||
419 | struct list_head slots; /* list of slots on this bus */ | 419 | struct list_head slots; /* list of slots on this bus */ |
420 | struct resource *resource[PCI_BRIDGE_RESOURCE_NUM]; | 420 | struct resource *resource[PCI_BRIDGE_RESOURCE_NUM]; |
421 | struct list_head resources; /* address space routed to this bus */ | 421 | struct list_head resources; /* address space routed to this bus */ |
422 | struct resource busn_res; /* bus numbers routed to this bus */ | ||
422 | 423 | ||
423 | struct pci_ops *ops; /* configuration access functions */ | 424 | struct pci_ops *ops; /* configuration access functions */ |
424 | void *sysdata; /* hook for sys-specific extension */ | 425 | void *sysdata; /* hook for sys-specific extension */ |