Commit d61b021a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: Remove duplicate pcibios_scan_all_fns definition

From: Anton Blanchard <anton@samba.org>

Remove duplicate pcibios_scan_all_fns definition
parent d479a137
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
#define PCIBIOS_MIN_IO 0x1000 #define PCIBIOS_MIN_IO 0x1000
#define PCIBIOS_MIN_MEM 0x10000000 #define PCIBIOS_MIN_MEM 0x10000000
extern int pcibios_scan_all_fns(struct pci_bus *bus, int devfn);
#ifdef CONFIG_PPC_ISERIES #ifdef CONFIG_PPC_ISERIES
#define pcibios_scan_all_fns(a, b) 0 #define pcibios_scan_all_fns(a, b) 0
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment