summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorMathieu Malaterre <malat@debian.org>2018-04-04 22:13:55 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2018-05-25 12:04:41 +1000
commitf91d5998996819eaf194ff48e00d4956a9270abd (patch)
tree0dd96bb2d813a10e83415387cfb883d8320a0d54 /arch/powerpc/platforms
parent910be6be6c00e6d33d47985586c392155ee7aa0e (diff)
downloadop-kernel-dev-f91d5998996819eaf194ff48e00d4956a9270abd.zip
op-kernel-dev-f91d5998996819eaf194ff48e00d4956a9270abd.tar.gz
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>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/powermac/smp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/smp.c b/arch/powerpc/platforms/powermac/smp.c
index 95275e0..447da6db 100644
--- a/arch/powerpc/platforms/powermac/smp.c
+++ b/arch/powerpc/platforms/powermac/smp.c
@@ -65,7 +65,6 @@
#endif
extern void __secondary_start_pmac_0(void);
-extern int pmac_pfunc_base_install(void);
static void (*pmac_tb_freeze)(int freeze);
static u64 timebase;
OpenPOWER on IntegriCloud