diff options
author | Yinghai Lu <yinghai@kernel.org> | 2012-05-17 18:51:11 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-06-13 15:42:22 -0600 |
commit | 3527ed81ca01bbaf09df952e68528377a9cd092f (patch) | |
tree | 1d1665facc89962f6b5454bedec3b296c05b344d /include | |
parent | b918c62e086b2130a7bae44110ca516ef10bfe5a (diff) | |
download | linux-3.10-3527ed81ca01bbaf09df952e68528377a9cd092f.tar.gz linux-3.10-3527ed81ca01bbaf09df952e68528377a9cd092f.tar.bz2 linux-3.10-3527ed81ca01bbaf09df952e68528377a9cd092f.zip |
PCI: remove secondary/subordinate in struct pci_bus
The pci_bus secondary/subordinate members are now unused, so remove them.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index ba7c5cd314b..6b10966cd1b 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -427,8 +427,6 @@ struct pci_bus { unsigned char number; /* bus number */ unsigned char primary; /* number of primary bridge */ - unsigned char secondary; /* number of secondary bridge */ - unsigned char subordinate; /* max number of subordinate buses */ unsigned char max_bus_speed; /* enum pci_bus_speed */ unsigned char cur_bus_speed; /* enum pci_bus_speed */ |