Commit 6a8ead0b authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by David S. Miller

sparc32: Remove superfluous extern declarations for prom_*() functions

prom_meminit() and prom_ranges_init() are declared in <asm/oplib_32.h>.
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e393d1bd
......@@ -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;
......
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