]> git.baikalelectronics.ru Git - kernel.git/commit
ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function
authorAndre Przywara <andre.przywara@linaro.org>
Fri, 13 Dec 2013 20:49:19 +0000 (21:49 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 30 Dec 2013 10:55:20 +0000 (11:55 +0100)
commit7c22edcaafb82edab54427a4c96f94246b4baef6
tree39d894f4e06b068144b7f26f2c01eca5df72850e
parent82efeea4b22a7d1b1846300f056938d7e42bdcd2
ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function

Commit 5d0d180ea9c743049e4d7da7ce3d3dbd7dfc6e9c changed the Calxeda
cpuidle driver to a platform driver, copying the __init tag from the
_init() to the newly used _probe() function. However, "probe should
not be __init." (Rob said ;-)
Remove the __init tag to fix a section mismatch in the Calxeda
cpuidle driver.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/cpuidle/cpuidle-calxeda.c