]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: cpuidle: add __init section marker to arm_cpuidle_init
authorJisheng Zhang <jszhang@marvell.com>
Thu, 2 Jul 2015 01:33:07 +0000 (09:33 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
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 <jszhang@marvell.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/cpuidle.c