diff options
Diffstat (limited to 'arch/m68k/kernel')
-rw-r--r-- | arch/m68k/kernel/setup_no.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/kernel/setup_no.c b/arch/m68k/kernel/setup_no.c index 911ba472e6c4..5b16f5d61b44 100644 --- a/arch/m68k/kernel/setup_no.c +++ b/arch/m68k/kernel/setup_no.c | |||
@@ -118,7 +118,7 @@ void (*mach_power_off)(void); | |||
118 | * | 118 | * |
119 | * Returns: | 119 | * Returns: |
120 | */ | 120 | */ |
121 | void parse_uboot_commandline(char *commandp, int size) | 121 | static void __init parse_uboot_commandline(char *commandp, int size) |
122 | { | 122 | { |
123 | extern unsigned long _init_sp; | 123 | extern unsigned long _init_sp; |
124 | unsigned long *sp; | 124 | unsigned long *sp; |