ARM: 8916/1: mm: make set_section_perms() static
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Fri, 11 Oct 2019 12:51:52 +0000 (13:51 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Sun, 27 Oct 2019 21:14:49 +0000 (21:14 +0000)
commitea5379be539e2a83cd582d79b9a12323ea1bae78
tree20c2ad828253997802e09d8d74d551a0c3819965
parent43fa593eb7eec998534547a30ac040704f10a30a
ARM: 8916/1: mm: make set_section_perms() static

The set_section_perms() is not defined outside of the
init.c file, so make it static to avoid the following
warning:

arch/arm/mm/init.c:596:6: warning: symbol 'set_section_perms' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mm/init.c