From: Michal Simek Date: Mon, 20 Oct 2014 19:00:10 +0000 (+0200) Subject: ARM: zynq: Remove secondary_startup() declaration from header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2b175186fbdaa767327e743bd6215f709379272a;p=linux-beck.git ARM: zynq: Remove secondary_startup() declaration from header secondary_startup() in the header is not needed at all. Signed-off-by: Michal Simek --- diff --git a/arch/arm/mach-zynq/common.h b/arch/arm/mach-zynq/common.h index 2bc71273c73c..382c60e9aa16 100644 --- a/arch/arm/mach-zynq/common.h +++ b/arch/arm/mach-zynq/common.h @@ -29,7 +29,6 @@ extern void zynq_slcr_cpu_state_write(int cpu, bool die); extern u32 zynq_slcr_get_device_id(void); #ifdef CONFIG_SMP -extern void secondary_startup(void); extern char zynq_secondary_trampoline; extern char zynq_secondary_trampoline_jump; extern char zynq_secondary_trampoline_end;