MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size static
authorJason Yan <yanaijie@huawei.com>
Fri, 11 Sep 2020 02:01:32 +0000 (10:01 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 21 Sep 2020 20:08:18 +0000 (22:08 +0200)
commitd976ae6ba04cdbe62a60fc6dc6f363da596d5622
tree8d5e55eb819ce616ce6c62a16fe55a9687705926
parentd41afc398fbc9dfb8c40b951e97a7f0283346c6a
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: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/setup.c