]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite80c90c32c81e81ed82fe01ed605ddc974b67ecc
tree795b8170047bfefaf6f3a242317265b6792753cb
parent1460c010a03bf9f8b93d4a41ee994c50f6299e81
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: 5036318a2e53 ("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