]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm/radix: Make radix__change_memory_range() static
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Apr 2021 13:54:27 +0000 (23:54 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 14 Apr 2021 13:04:45 +0000 (23:04 +1000)
commit9992f2efc7223b0d88ac85eab5994bb5de619677
tree716bb31cd53a08f4e7b2cd559c767ac3690d353b
parent8b679f8935138a4e8b484ed7add2bd3fb2d6e7a9
powerpc/mm/radix: Make radix__change_memory_range() static

The lkp bot pointed out that with W=1 we get:

  arch/powerpc/mm/book3s64/radix_pgtable.c:183:6: error: no previous
  prototype for 'radix__change_memory_range'

Which is really saying that it could be static, make it so.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/book3s64/radix_pgtable.c