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:

committed by
David S. Miller

parent
f05a68653e
commit
2e74a74f27
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user