diff options
author | Alon Bar-Lev <alon.barlev@gmail.com> | 2007-02-12 03:54:26 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 12:48:39 -0500 |
commit | 7a3a06d0e158fc82a6bf13e18439285c7791d2b8 (patch) | |
tree | 0418ae2c23ee398e3926fe2f5ed3290aba883fff /arch/ia64/kernel/sal.c | |
parent | d3e9cceafd9c886561f602bcdcb03efd96e187ab (diff) |
[PATCH] Dynamic kernel command-line: fixups
Remove in-source externs, linux/init.h is included in all cases.
This is a fixups for "Dynamic kernel command-line" patch.
It also includes some uml __init fixups so that we can __initdata also its
command_line.
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/ia64/kernel/sal.c')
-rw-r--r-- | arch/ia64/kernel/sal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/kernel/sal.c b/arch/ia64/kernel/sal.c index 831d57f257db..37c876f95dba 100644 --- a/arch/ia64/kernel/sal.c +++ b/arch/ia64/kernel/sal.c | |||
@@ -190,8 +190,6 @@ sal_desc_ap_wakeup (void *p) | |||
190 | } | 190 | } |
191 | } | 191 | } |
192 | 192 | ||
193 | extern char __initdata boot_command_line[]; | ||
194 | |||
195 | static void __init | 193 | static void __init |
196 | chk_nointroute_opt(void) | 194 | chk_nointroute_opt(void) |
197 | { | 195 | { |