OSDN Git Service

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)
commit7098f8f0cf0387443fd8702f24a8a2521d5133f3
tree716bb31cd53a08f4e7b2cd559c767ac3690d353b
parent74205b3fc2effde821b219d955c70e727dc43cc6
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