From: Anton Blanchard Remove duplicate pcibios_scan_all_fns definition --- include/asm-ppc64/pci.h | 2 -- 1 files changed, 2 deletions(-) diff -puN include/asm-ppc64/pci.h~ppc64-duplicate_prototype include/asm-ppc64/pci.h --- 25/include/asm-ppc64/pci.h~ppc64-duplicate_prototype 2004-02-21 20:58:15.000000000 -0800 +++ 25-akpm/include/asm-ppc64/pci.h 2004-02-21 20:58:15.000000000 -0800 @@ -19,8 +19,6 @@ #define PCIBIOS_MIN_IO 0x1000 #define PCIBIOS_MIN_MEM 0x10000000 -extern int pcibios_scan_all_fns(struct pci_bus *bus, int devfn); - #ifdef CONFIG_PPC_ISERIES #define pcibios_scan_all_fns(a, b) 0 #else _