Commit 01f56832 authored by Helge Deller's avatar Helge Deller

parisc: Move setup_profiling_timer() out of init section

No other architecture has setup_profiling_timer() in the init section,
thus on parisc we face this section mismatch warning:
 Reference from the function devm_device_add_group() to the function .init.text:setup_profiling_timer()
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 3faf5246
...@@ -423,8 +423,7 @@ int __cpu_up(unsigned int cpu, struct task_struct *tidle) ...@@ -423,8 +423,7 @@ int __cpu_up(unsigned int cpu, struct task_struct *tidle)
} }
#ifdef CONFIG_PROC_FS #ifdef CONFIG_PROC_FS
int __init int setup_profiling_timer(unsigned int multiplier)
setup_profiling_timer(unsigned int multiplier)
{ {
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment