arm64: cpuidle: add __init section marker to arm_cpuidle_init
authorJisheng Zhang <[email protected]>
Thu, 2 Jul 2015 01:33:07 +0000 (09:33 +0800)
committerCatalin Marinas <[email protected]>
Thu, 2 Jul 2015 16:44:27 +0000 (17:44 +0100)
commitea389daa7fd91f2fed8b06c01d4460e861c27023
treee30929f3231169dafc434b4c926e919c3e45c3bb
parentfd28f5d439fca77348c129d5b73043a56f8a0296
arm64: cpuidle: add __init section marker to arm_cpuidle_init

It is not needed after booting, this patch moves the arm_cpuidle_init()
function to the __init section.

Signed-off-by: Jisheng Zhang <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/kernel/cpuidle.c