sparc64: Kill the scan_bus function pointer in struct pci_pbm_info.
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Sep 2008 01:32:13 +0000 (18:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Sep 2008 01:32:13 +0000 (18:32 -0700)
No longer used.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/pci_impl.h

index c385d126be1185240f3613e60cdf30f0d6365351..4125f7513c69655a5173ef89cc98bb6b5b1b7b56 100644 (file)
@@ -146,7 +146,6 @@ struct pci_pbm_info {
        unsigned int                    pci_first_busno;
        unsigned int                    pci_last_busno;
        struct pci_bus                  *pci_bus;
-       void (*scan_bus)(struct pci_pbm_info *);
        struct pci_ops                  *pci_ops;
 
        int                             numa_node;
@@ -164,7 +163,8 @@ extern int pci_num_pbms;
 
 /* PCI bus scanning and fixup support. */
 extern void pci_get_pbm_props(struct pci_pbm_info *pbm);
-extern struct pci_bus *pci_scan_one_pbm(struct pci_pbm_info *pbm);
+extern struct pci_bus *pci_scan_one_pbm(struct pci_pbm_info *pbm,
+                                       struct device *parent);
 extern void pci_determine_mem_io_space(struct pci_pbm_info *pbm);
 
 /* Error reporting support. */
This page took 0.02626 seconds and 5 git commands to generate.