Revision 5781532ebecd9e0b7b5fc25d78030bdec635f4ac authored by Andre Przywara on 13 December 2013, 20:49:19 UTC, committed by Daniel Lezcano on 30 December 2013, 10:55:20 UTC
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 <andre.przywara@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 parent 802eee9
History
File Mode Size
Kconfig -rw-r--r-- 420 bytes
Makefile -rw-r--r-- 123 bytes
smack.h -rw-r--r-- 10.7 KB
smack_access.c -rw-r--r-- 14.3 KB
smack_lsm.c -rw-r--r-- 91.9 KB
smackfs.c -rw-r--r-- 53.7 KB

back to top