projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b918c62
)
PCI: remove secondary/subordinate in struct pci_bus
author
Yinghai Lu
<
[email protected]
>
Fri, 18 May 2012 01:51:11 +0000
(18:51 -0700)
committer
Bjorn Helgaas
<
[email protected]
>
Wed, 13 Jun 2012 21:42:22 +0000
(15:42 -0600)
The pci_bus secondary/subordinate members are now unused, so remove them.
Signed-off-by: Yinghai Lu <
[email protected]
>
Signed-off-by: Bjorn Helgaas <
[email protected]
>
include/linux/pci.h
patch
|
blob
|
history
diff --git
a/include/linux/pci.h
b/include/linux/pci.h
index ba7c5cd314b7c3bccd32b9c9960c8e3ab424d884..6b10966cd1b914733f34214cb6fc6a3a82b8ae1f 100644
(file)
--- 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 */