commit | b27f7391718537333383b14822311d6dad1d6eb5 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Thu Jun 04 00:54:12 2015 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Fri Jun 19 18:09:27 2015 +0530 |
tree | f101899335c347000b340511d3cdf3863e9e4cc6 | |
parent | 036b2c5664281e7da5a89c9f742491f30966485f [diff] |
ARC: fix section mismatch with allyesconfig Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
diff --git a/arch/arc/kernel/smp.c b/arch/arc/kernel/smp.c index 6a400b1..ee2982d 100644 --- a/arch/arc/kernel/smp.c +++ b/arch/arc/kernel/smp.c
@@ -182,7 +182,7 @@ /* * not supported here */ -int __init setup_profiling_timer(unsigned int multiplier) +int setup_profiling_timer(unsigned int multiplier) { return -EINVAL; }