From: Andre Przywara Date: Fri, 13 Dec 2013 20:49:19 +0000 (+0100) Subject: ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function X-Git-Tag: v3.13-rc7~2^2^3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5781532ebecd9e0b7b5fc25d78030bdec635f4ac;p=pandora-kernel.git ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function Commit 60a66e370007e8535b7a561353b07b37deaf35ba 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 Signed-off-by: Daniel Lezcano --- Reading git-diff-tree failed