From: Mark Brown Date: Wed, 27 Aug 2014 11:00:27 +0000 (+0100) Subject: cpufreq: s5pv210: Remove spurious __init annotation X-Git-Tag: omap-fixes-against-v3.17-rc3~21^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc2687423964ec65f2953f3f08b5f97d02058acd;p=pandora-kernel.git cpufreq: s5pv210: Remove spurious __init annotation Since this is a platform driver and can be probed at any time we can't annotate funtions in the probe path as __init, the code can't safely be discarded at the end of kernel init. Signed-off-by: Mark Brown Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed