]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/powermac: Move pmac_pfunc_base_install prototype to header file
authorMathieu Malaterre <malat@debian.org>
Wed, 4 Apr 2018 20:13:55 +0000 (22:13 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 25 May 2018 02:04:41 +0000 (12:04 +1000)
commitf91d5998996819eaf194ff48e00d4956a9270abd
tree0dd96bb2d813a10e83415387cfb883d8320a0d54
parent910be6be6c00e6d33d47985586c392155ee7aa0e
powerpc/powermac: Move pmac_pfunc_base_install prototype to header file

The pmac_pfunc_base_install prototype was declared in powermac/smp.c since
function was used there, move it to pmac_pfunc.h header to be visible in
pfunc_base.c. Fix a warning treated as error with W=1:

  arch/powerpc/platforms/powermac/pfunc_base.c:330:12: error: no previous prototype for ‘pmac_pfunc_base_install’ [-Werror=missing-prototypes]

Suggested-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/pmac_pfunc.h
arch/powerpc/platforms/powermac/smp.c