efi/libstub/arm: Make install_memreserve_table static
authorZou Wei <zou_wei@huawei.com>
Thu, 23 Apr 2020 12:08:33 +0000 (20:08 +0800)
committerArd Biesheuvel <ardb@kernel.org>
Thu, 23 Apr 2020 18:15:06 +0000 (20:15 +0200)
commit87cd6378b3d2e0bd3316c3bb005e1d9d4db372fd
treeaf400b0c43323963f3759a0df3d21ce9001103d8
parent22090f84bc3f8081e0ec180ccaedc85820085376
efi/libstub/arm: Make install_memreserve_table static

Fix the following sparse warning:

drivers/firmware/efi/libstub/arm-stub.c:68:6: warning:
symbol 'install_memreserve_table' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Link: https://lore.kernel.org/r/1587643713-28169-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/efi-stub.c