diff options
Diffstat (limited to 'include/asm-sparc64')
-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; |