]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
parisc: Move setup_profiling_timer() out of init section
authorHelge Deller <deller@gmx.de>
Fri, 18 May 2018 14:12:12 +0000 (16:12 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 18 May 2018 14:21:49 +0000 (16:21 +0200)
commit01f56832cfb6fcc204e7203f46841b6185ebd574
treeecff4869736a874e75e557686ab7ad5eb7ed691e
parent3faf5246f0cd2c1fe82a2c4ba5ad857fa6941909
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: Helge Deller <deller@gmx.de>
arch/parisc/kernel/smp.c