RISC-V: kasan: Declare kasan_shallow_populate() static
authorPalmer Dabbelt <palmerdabbelt@google.com>
Wed, 17 Mar 2021 05:01:04 +0000 (22:01 -0700)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Wed, 17 Mar 2021 05:01:04 +0000 (22:01 -0700)
commit78947bdfd75211cc9482cad01f95fe103a863110
tree795b8170047bfefaf6f3a242317265b6792753cb
parentf3773dd031de7b283227f6104049688f77074a2d
RISC-V: kasan: Declare kasan_shallow_populate() static

Without this I get a missing prototype warning.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: e178d670f251 ("riscv/kasan: add KASAN_VMALLOC support")
Cc: stable@vger.kernel.org
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/mm/kasan_init.c