Commit d976ae6b authored by Jason Yan's avatar Jason Yan Committed by Thomas Bogendoerfer

MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size static

This addresses the following sparse warning:

arch/mips/kernel/setup.c:446:33: warning: symbol 'setup_elfcorehdr_size'
was not declared. Should it be static?
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarJason Yan <yanaijie@huawei.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent d41afc39
...@@ -447,7 +447,7 @@ static int __init early_parse_memmap(char *p) ...@@ -447,7 +447,7 @@ static int __init early_parse_memmap(char *p)
early_param("memmap", early_parse_memmap); early_param("memmap", early_parse_memmap);
#ifdef CONFIG_PROC_VMCORE #ifdef CONFIG_PROC_VMCORE
unsigned long setup_elfcorehdr, setup_elfcorehdr_size; static unsigned long setup_elfcorehdr, setup_elfcorehdr_size;
static int __init early_parse_elfcorehdr(char *p) static int __init early_parse_elfcorehdr(char *p)
{ {
struct memblock_region *mem; struct memblock_region *mem;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment