From: Jingoo Han Date: Mon, 21 Oct 2013 01:53:03 +0000 (+0900) Subject: ARM: EXYNOS: Remove incorrect __init annotation from cpuidle driver X-Git-Tag: v3.13-rc1~96^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f612a4fbdc8d6c77eb3721557f64bf0653ee5299;p=pandora-kernel.git ARM: EXYNOS: Remove incorrect __init annotation from cpuidle driver When platform_driver_probe() is not used, bind/unbind via sysfs is enabled. Thus, __init annotation should be removed from probe(). Also, this patch fixes section mismatch warning. Signed-off-by: Jingoo Han Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed