瀏覽代碼

ARC: fix section mismatch with allyesconfig

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Vineet Gupta 10 年之前
父節點
當前提交
b27f739171
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arc/kernel/smp.c

+ 1 - 1
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;
 }