]> git.baikalelectronics.ru Git - kernel.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)
commit0a689a79d30161440dd80bf03985e1ed173316ad
treeecff4869736a874e75e557686ab7ad5eb7ed691e
parenta62d976d4405f8051fa724b3487b5e41c0176aae
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