ARM: 8360/1: add secondary_startup_arm prototype in header file
authorYingjoe Chen <yingjoe.chen@mediatek.com>
Mon, 18 May 2015 08:06:13 +0000 (09:06 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 2 Jun 2015 08:58:16 +0000 (09:58 +0100)
Put secondary_startup_arm() prototype in arch/arm/include/asm/smp.h
so users doesn't have to add extern prototype in their code.

Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/smp.h

index 18f5a554134fe88174e99c0e5dd6de473e91e200..f5cffb76fc9008a7a855b9e7b4a155a375938969 100644 (file)
@@ -69,6 +69,7 @@ struct secondary_data {
 extern struct secondary_data secondary_data;
 extern volatile int pen_release;
 extern void secondary_startup(void);
+extern void secondary_startup_arm(void);
 
 extern int __cpu_disable(void);
 
This page took 0.026072 seconds and 5 git commands to generate.