diff options
Diffstat (limited to 'arch/x86/kernel/e820_64.c')
-rw-r--r-- | arch/x86/kernel/e820_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/e820_64.c b/arch/x86/kernel/e820_64.c index 28a14eb65d3d..c10b4aece5e4 100644 --- a/arch/x86/kernel/e820_64.c +++ b/arch/x86/kernel/e820_64.c | |||
@@ -404,7 +404,7 @@ static void early_panic(char *msg) | |||
404 | } | 404 | } |
405 | 405 | ||
406 | /* We're not void only for x86 32-bit compat */ | 406 | /* We're not void only for x86 32-bit compat */ |
407 | char * __init machine_specific_memory_setup(void) | 407 | char *__init machine_specific_memory_setup(void) |
408 | { | 408 | { |
409 | char *who = "BIOS-e820"; | 409 | char *who = "BIOS-e820"; |
410 | /* | 410 | /* |