Skip to content
Commit 5781532e authored by Andre Przywara's avatar Andre Przywara Committed by Daniel Lezcano
Browse files

ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function

Commit 60a66e37

 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: default avatarAndre Przywara <andre.przywara@linaro.org>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 802eee95
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