diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 02:49:01 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 19:41:40 -0400 |
commit | 6c108f1299754877bb5f73ccac5621eb603b97eb (patch) | |
tree | 6f4e2f0d2dfdb143780106c3c6942f5e3946c509 /include | |
parent | e9870c4c0aef94580e28be11a1c6246dcabbe528 (diff) |
[SPARC64]: Move index info pci_pbm_info.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sparc64/pbm.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-sparc64/pbm.h b/include/asm-sparc64/pbm.h index 1d5dcfe133a2..d99e0468c7e4 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h | |||
@@ -40,6 +40,7 @@ struct pci_controller_info; | |||
40 | 40 | ||
41 | struct pci_pbm_info { | 41 | struct pci_pbm_info { |
42 | struct pci_pbm_info *next; | 42 | struct pci_pbm_info *next; |
43 | int index; | ||
43 | 44 | ||
44 | /* PCI controller we sit under. */ | 45 | /* PCI controller we sit under. */ |
45 | struct pci_controller_info *parent; | 46 | struct pci_controller_info *parent; |
@@ -123,11 +124,6 @@ struct pci_pbm_info { | |||
123 | }; | 124 | }; |
124 | 125 | ||
125 | struct pci_controller_info { | 126 | struct pci_controller_info { |
126 | /* Each controller gets a unique index, used mostly for | ||
127 | * error logging purposes. | ||
128 | */ | ||
129 | int index; | ||
130 | |||
131 | /* The PCI bus modules controlled by us. */ | 127 | /* The PCI bus modules controlled by us. */ |
132 | struct pci_pbm_info pbm_A; | 128 | struct pci_pbm_info pbm_A; |
133 | struct pci_pbm_info pbm_B; | 129 | struct pci_pbm_info pbm_B; |