powerpc/wii: Make hlwd_pic_init function static
authorMathieu Malaterre <malat@debian.org>
Mon, 23 Apr 2018 19:45:32 +0000 (21:45 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 25 May 2018 02:04:39 +0000 (12:04 +1000)
commiteed6964bce59294f293b1746a6e4a69fa709fa5b
tree5cfdddea82f06af85dafbe4a84c7e2b59bab8f4e
parent85aa4b98419d74dd5cc914e089349800ac4997ee
powerpc/wii: Make hlwd_pic_init function static

The function hlwd_pic_init can be made static, so do it. Fix the following
warning treated as error (W=1):

../arch/powerpc/platforms/embedded6xx/hlwd-pic.c:158:20: error: no previous prototype for ‘hlwd_pic_init’ [-Werror=missing-prototypes]

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/embedded6xx/hlwd-pic.c