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)
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

index 73bd8f28f2a8ac3c869fd8bf838e7507315d5934..cee4e9f5b8cfa0fcdc11e3e8dd27d8d1a6a0f7fa 100644 (file)
@@ -245,6 +245,7 @@ extern void pmf_put_function(struct pmf_function *func);
 
 extern int pmf_call_one(struct pmf_function *func, struct pmf_args *args);
 
+int pmac_pfunc_base_install(void);
 
 /* Suspend/resume code called by via-pmu directly for now */
 extern void pmac_pfunc_base_suspend(void);
index 95275e0e2efa531677de320396301ae838666390..447da6db450a3ce1fc59eb519d60831f9daa273e 100644 (file)
@@ -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;