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)
commitf612a4fbdc8d6c77eb3721557f64bf0653ee5299
tree9abf906b0582c8a1961a7bc774c814b5ab177885
parentae7c4c878046b09c38d7c6cb49328df032f3d987
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>
arch/arm/mach-exynos/cpuidle.c
This page took 0.027905 seconds and 5 git commands to generate.