]> 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)
commita43efe7d7a881fec287f5b45397514cab76d0670
treeecff4869736a874e75e557686ab7ad5eb7ed691e
parentf4f87724aa4e20b429877d43f26e8d7f6498ccd1
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