diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 02:24:05 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 19:41:32 -0400 |
commit | f1cd8de2c951e206b57fd76aff279cf13ea25815 (patch) | |
tree | 67b24b716b53fbcc6bdfcbfe6d75e1348e0e9f1a /include | |
parent | 96a496fd49fb2c3178128237ae4691b7c7df3a3d (diff) |
[SPARC64]: Move pci_ops into pci_pbm_info.
Signed-off-by: David S. Miller <davem@davemloft.net>
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) */ |