]> git.baikalelectronics.ru Git - kernel.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)
commit49eea0239718273a8f6a2e7140c3a962964f7f27
treee30929f3231169dafc434b4c926e919c3e45c3bb
parent03ede09051a742dedb753374b2233fde7a5a45de
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