From: Lorenzo Pieralisi Date: Thu, 17 Jul 2014 17:19:20 +0000 (+0100) Subject: arm64: kernel: add missing __init section marker to cpu_suspend_init X-Git-Tag: omap-for-v3.17/fixes-against-rc2~183^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ab7db6b749ac27aac08d572afbbd2f4d937934;p=pandora-kernel.git 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 Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed