diff options
author | David S. Miller <davem@davemloft.net> | 2008-09-01 21:32:13 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-01 21:32:13 -0400 |
commit | 7cc288add44c392dfc8c1dbf0e3a26a69a14fa70 (patch) | |
tree | ead0cb219c80cdfba6f46a74c931524b8694eafc /arch/sparc64 | |
parent | fefbbc73cac6f7360460cee45e3d4cc209d8d607 (diff) |
sparc64: Kill the scan_bus function pointer in struct pci_pbm_info.
No longer used.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r-- | arch/sparc64/kernel/pci_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/pci_impl.h b/arch/sparc64/kernel/pci_impl.h index c385d126be11..4125f7513c69 100644 --- a/arch/sparc64/kernel/pci_impl.h +++ b/arch/sparc64/kernel/pci_impl.h | |||
@@ -146,7 +146,6 @@ struct pci_pbm_info { | |||
146 | unsigned int pci_first_busno; | 146 | unsigned int pci_first_busno; |
147 | unsigned int pci_last_busno; | 147 | unsigned int pci_last_busno; |
148 | struct pci_bus *pci_bus; | 148 | struct pci_bus *pci_bus; |
149 | void (*scan_bus)(struct pci_pbm_info *); | ||
150 | struct pci_ops *pci_ops; | 149 | struct pci_ops *pci_ops; |
151 | 150 | ||
152 | int numa_node; | 151 | int numa_node; |
@@ -164,7 +163,8 @@ extern int pci_num_pbms; | |||
164 | 163 | ||
165 | /* PCI bus scanning and fixup support. */ | 164 | /* PCI bus scanning and fixup support. */ |
166 | extern void pci_get_pbm_props(struct pci_pbm_info *pbm); | 165 | extern void pci_get_pbm_props(struct pci_pbm_info *pbm); |
167 | extern struct pci_bus *pci_scan_one_pbm(struct pci_pbm_info *pbm); | 166 | extern struct pci_bus *pci_scan_one_pbm(struct pci_pbm_info *pbm, |
167 | struct device *parent); | ||
168 | extern void pci_determine_mem_io_space(struct pci_pbm_info *pbm); | 168 | extern void pci_determine_mem_io_space(struct pci_pbm_info *pbm); |
169 | 169 | ||
170 | /* Error reporting support. */ | 170 | /* Error reporting support. */ |