From: Vineet Gupta Date: Wed, 3 Jun 2015 19:24:12 +0000 (+0530) Subject: ARC: fix section mismatch with allyesconfig X-Git-Tag: firefly_0821_release~176^2~1517^2~60 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b27f7391718537333383b14822311d6dad1d6eb5;p=firefly-linux-kernel-4.4.55.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; }