From: Vineet Gupta Date: Wed, 3 Jun 2015 19:24:12 +0000 (+0530) Subject: ARC: fix section mismatch with allyesconfig X-Git-Tag: omap-for-v4.2/fixes-rc1^2~64^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27f7391718537333383b14822311d6dad1d6eb5;p=pandora-kernel.git ARC: fix section mismatch with allyesconfig Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/kernel/smp.c b/arch/arc/kernel/smp.c index 6a400b1b0b62..ee2982dda5a6 100644 --- a/arch/arc/kernel/smp.c +++ b/arch/arc/kernel/smp.c @@ -182,7 +182,7 @@ int __cpu_up(unsigned int cpu, struct task_struct *idle) /* * not supported here */ -int __init setup_profiling_timer(unsigned int multiplier) +int setup_profiling_timer(unsigned int multiplier) { return -EINVAL; }