diff options
| author | Yinghai Lu <yinghai@kernel.org> | 2012-05-17 21:51:11 -0400 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-06-13 17:42:22 -0400 |
| commit | 3527ed81ca01bbaf09df952e68528377a9cd092f (patch) | |
| tree | 1d1665facc89962f6b5454bedec3b296c05b344d /include/linux | |
| parent | b918c62e086b2130a7bae44110ca516ef10bfe5a (diff) | |
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/linux')
| -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 ba7c5cd314b7..6b10966cd1b9 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -427,8 +427,6 @@ struct pci_bus { | |||
| 427 | 427 | ||
| 428 | unsigned char number; /* bus number */ | 428 | unsigned char number; /* bus number */ |
| 429 | unsigned char primary; /* number of primary bridge */ | 429 | unsigned char primary; /* number of primary bridge */ |
| 430 | unsigned char secondary; /* number of secondary bridge */ | ||
| 431 | unsigned char subordinate; /* max number of subordinate buses */ | ||
| 432 | unsigned char max_bus_speed; /* enum pci_bus_speed */ | 430 | unsigned char max_bus_speed; /* enum pci_bus_speed */ |
| 433 | unsigned char cur_bus_speed; /* enum pci_bus_speed */ | 431 | unsigned char cur_bus_speed; /* enum pci_bus_speed */ |
| 434 | 432 | ||
