arm64: kernel: add __init marker to PSCI init functions
authorLorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>
Thu, 17 Jul 2014 17:19:19 +0000 (18:19 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 21 Jan 2015 22:58:10 +0000 (22:58 +0000)
commitdfbf350f1b30e0d9bf68bce97191603bfd2ce714
tree57ea4abc6ff96ebd6b5f8a5fa15cbbe686b0db82
parentc106ad82ccd063b34a89fbc5c4a44c9dfd53c930
arm64: kernel: add __init marker to PSCI init functions

PSCI init functions must be marked as __init so that they are freed
by the kernel upon boot.

This patch marks the PSCI init functions as such since they need not
be persistent in the kernel address space after the kernel has booted.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
(cherry picked from commit b9e97ef93c630404f305350d88d09391d1a55648)
Signed-off-by: Mark Brown <broonie@kernel.org>
arch/arm64/kernel/psci.c