sparc32: Remove superfluous extern declarations for prom_*() functions
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 20 Jun 2012 06:58:07 +0000 (06:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 08:27:45 +0000 (01:27 -0700)
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>
arch/sparc/prom/init_32.c

index a8d9342..9ac30c2 100644 (file)
@@ -31,9 +31,6 @@ struct linux_nodeops *prom_nodeops;
  * It gets passed the pointer to the PROM vector.
  */
 
-extern void prom_meminit(void);
-extern void prom_ranges_init(void);
-
 void __init prom_init(struct linux_romvec *rp)
 {
        romvec = rp;