diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-06-03 21:24:12 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-19 14:39:27 +0200 |
commit | b27f7391718537333383b14822311d6dad1d6eb5 (patch) | |
tree | f101899335c347000b340511d3cdf3863e9e4cc6 /arch/arc | |
parent | ARC: explicit'ify uboot support (diff) | |
download | linux-b27f7391718537333383b14822311d6dad1d6eb5.tar.xz linux-b27f7391718537333383b14822311d6dad1d6eb5.zip |
ARC: fix section mismatch with allyesconfig
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |