]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm: declare some local functions static
authorChristophe Leroy <christophe.leroy@c-s.fr>
Wed, 2 Aug 2017 13:51:07 +0000 (15:51 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 Aug 2017 12:55:57 +0000 (22:55 +1000)
commit2d6d75b3ad20bc9c9974b93f2e674f08c32171fe
treec3aa8c55fe7dc3d851eff7a880670613cfe79776
parent4ce9190089be994c505e8a2bb35dd2161ea65e21
powerpc/mm: declare some local functions static

get_pteptr() and __mapin_ram_chunk() are only used locally,
so define them static

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/book3s/32/pgtable.h
arch/powerpc/include/asm/nohash/32/pgtable.h
arch/powerpc/mm/pgtable_32.c