commit | 18ab7db6b749ac27aac08d572afbbd2f4d937934 | [log] [tgz] |
---|---|---|
author | Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com> | Thu Jul 17 18:19:20 2014 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Jul 18 15:23:59 2014 +0100 |
tree | 35782d6f10449a2203d284054fec84d4668e1f87 | |
parent | b9e97ef93c630404f305350d88d09391d1a55648 [diff] |
arm64: kernel: add missing __init section marker to cpu_suspend_init Suspend init function must be marked as __init, since it is not needed after the kernel has booted. This patch moves the cpu_suspend_init() function to the __init section. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>