diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-20 02:58:07 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-27 04:27:45 -0400 |
commit | 6a8ead0bf0b8d3c8d9107c268d2f29924d2f9840 (patch) | |
tree | 795344037ab5a769f923b7a8bedf8ad56e299d01 /arch/sparc/prom/init_32.c | |
parent | e393d1bd354b5abd7db343b8b47e581f41cd8161 (diff) |
sparc32: Remove superfluous extern declarations for prom_*() functions
prom_meminit() and prom_ranges_init() are declared in <asm/oplib_32.h>.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/prom/init_32.c')
-rw-r--r-- | arch/sparc/prom/init_32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/prom/init_32.c b/arch/sparc/prom/init_32.c index a8d9342ce659..9ac30c2b7dba 100644 --- a/arch/sparc/prom/init_32.c +++ b/arch/sparc/prom/init_32.c | |||
@@ -31,9 +31,6 @@ struct linux_nodeops *prom_nodeops; | |||
31 | * It gets passed the pointer to the PROM vector. | 31 | * It gets passed the pointer to the PROM vector. |
32 | */ | 32 | */ |
33 | 33 | ||
34 | extern void prom_meminit(void); | ||
35 | extern void prom_ranges_init(void); | ||
36 | |||
37 | void __init prom_init(struct linux_romvec *rp) | 34 | void __init prom_init(struct linux_romvec *rp) |
38 | { | 35 | { |
39 | romvec = rp; | 36 | romvec = rp; |