ARM: EXYNOS: Remove incorrect __init annotation from cpuidle driver
authorJingoo Han <jg1.han@samsung.com>
Mon, 21 Oct 2013 01:53:03 +0000 (10:53 +0900)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Oct 2013 21:59:21 +0000 (22:59 +0100)
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>

No differences found