ARM: mvebu: Use __init for the PM initialization functions
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Fri, 3 Jul 2015 11:55:50 +0000 (13:55 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 25 Jul 2015 15:16:57 +0000 (17:16 +0200)
commitbb253e743affa9d0053add8d3a1089df82f1c854
tree37a2a545f94b39255ef6ea8fc6e3d1c513d86465
parent32f9494c9dfd7494721b314897008dcde6415cb3
ARM: mvebu: Use __init for the PM initialization functions

mvebu_pm_init and mvebu_armada_pm_init are only called during boot, so
flag them with __init and save some memory.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
arch/arm/mach-mvebu/pm-board.c
arch/arm/mach-mvebu/pm.c