ARC: fix section mismatch with allyesconfig
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
parent
036b2c5664
commit
b27f739171
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue