mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-05-25 00:25:23 +00:00
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>
This commit is contained in:
parent
b918c62e08
commit
3527ed81ca
1 changed files with 0 additions and 2 deletions
|
@ -427,8 +427,6 @@ struct pci_bus {
|
||||||
|
|
||||||
unsigned char number; /* bus number */
|
unsigned char number; /* bus number */
|
||||||
unsigned char primary; /* number of primary bridge */
|
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 max_bus_speed; /* enum pci_bus_speed */
|
||||||
unsigned char cur_bus_speed; /* enum pci_bus_speed */
|
unsigned char cur_bus_speed; /* enum pci_bus_speed */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue