commit | bb253e743affa9d0053add8d3a1089df82f1c854 | [log] [tgz] |
---|---|---|
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | Fri Jul 03 13:55:50 2015 +0200 |
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | Sat Jul 25 17:16:57 2015 +0200 |
tree | 37a2a545f94b39255ef6ea8fc6e3d1c513d86465 | |
parent | 32f9494c9dfd7494721b314897008dcde6415cb3 [diff] |
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>