diff options
Diffstat (limited to 'arch/um/include/user_util.h')
-rw-r--r-- | arch/um/include/user_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/user_util.h b/arch/um/include/user_util.h index 06625fefef33..0f63003a2a35 100644 --- a/arch/um/include/user_util.h +++ b/arch/um/include/user_util.h | |||
@@ -38,7 +38,7 @@ extern unsigned long long highmem; | |||
38 | 38 | ||
39 | extern char host_info[]; | 39 | extern char host_info[]; |
40 | 40 | ||
41 | extern char saved_command_line[]; | 41 | extern char __initdata boot_command_line[]; |
42 | 42 | ||
43 | extern unsigned long _stext, _etext, _sdata, _edata, __bss_start, _end; | 43 | extern unsigned long _stext, _etext, _sdata, _edata, __bss_start, _end; |
44 | extern unsigned long _unprotected_end; | 44 | extern unsigned long _unprotected_end; |