commit | f612a4fbdc8d6c77eb3721557f64bf0653ee5299 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Oct 21 10:53:03 2013 +0900 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Oct 30 22:59:21 2013 +0100 |
tree | 9abf906b0582c8a1961a7bc774c814b5ab177885 | |
parent | ae7c4c878046b09c38d7c6cb49328df032f3d987 [diff] |
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 <jg1.han@samsung.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>