sparc: drop use of extern for prototypes in arch/sparc/*

Drop the remaining uses of extern for prototypes in .h files
in the sparc specific part of the kernel tree.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Sam Ravnborg
2014-05-16 23:25:51 +02:00
committed by David S. Miller
parent f05a68653e
commit 2e74a74f27
10 changed files with 256 additions and 257 deletions

View File

@@ -4,7 +4,7 @@
#include <linux/spinlock.h>
#include <asm/prom.h>
extern void of_console_init(void);
void of_console_init(void);
extern unsigned int prom_early_allocated;