diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sparc64/pbm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-sparc64/pbm.h b/include/asm-sparc64/pbm.h index cc0e2677773f..1f4de53dcd03 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h | |||
@@ -116,6 +116,7 @@ struct pci_pbm_info { | |||
116 | unsigned int pci_last_busno; | 116 | unsigned int pci_last_busno; |
117 | struct pci_bus *pci_bus; | 117 | struct pci_bus *pci_bus; |
118 | void (*scan_bus)(struct pci_pbm_info *); | 118 | void (*scan_bus)(struct pci_pbm_info *); |
119 | struct pci_ops *pci_ops; | ||
119 | }; | 120 | }; |
120 | 121 | ||
121 | struct pci_controller_info { | 122 | struct pci_controller_info { |
@@ -134,9 +135,6 @@ struct pci_controller_info { | |||
134 | struct msi_desc *entry); | 135 | struct msi_desc *entry); |
135 | void (*teardown_msi_irq)(unsigned int virt_irq, struct pci_dev *pdev); | 136 | void (*teardown_msi_irq)(unsigned int virt_irq, struct pci_dev *pdev); |
136 | #endif | 137 | #endif |
137 | |||
138 | /* Now things for the actual PCI bus probes. */ | ||
139 | struct pci_ops *pci_ops; | ||
140 | }; | 138 | }; |
141 | 139 | ||
142 | #endif /* !(__SPARC64_PBM_H) */ | 140 | #endif /* !(__SPARC64_PBM_H) */ |