From: Geert Uytterhoeven Date: Mon, 13 Oct 2014 22:55:41 +0000 (-0700) Subject: ia64: remove duplicate declarations of __per_cpu_start[] and __per_cpu_end[] X-Git-Tag: v3.18-rc1~50^2~2 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=4c6327dfaf20d6207efa765320748fd8699f74b0 ia64: remove duplicate declarations of __per_cpu_start[] and __per_cpu_end[] They're already provided by . Signed-off-by: Geert Uytterhoeven Cc: "Luck, Tony" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/ia64/include/asm/sections.h b/arch/ia64/include/asm/sections.h index 1a873b36a4a1..2ab2003698ef 100644 --- a/arch/ia64/include/asm/sections.h +++ b/arch/ia64/include/asm/sections.h @@ -10,7 +10,7 @@ #include #include -extern char __per_cpu_start[], __per_cpu_end[], __phys_per_cpu_start[]; +extern char __phys_per_cpu_start[]; #ifdef CONFIG_SMP extern char __cpu0_per_cpu[]; #endif