OSDN Git Service

ARM: rockchip: Mark pm-init functions __init
authorDouglas Anderson <dianders@chromium.org>
Thu, 11 Apr 2019 23:21:54 +0000 (16:21 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 12 Apr 2019 11:12:54 +0000 (13:12 +0200)
commit2dd00d31d488707d0c60088aeb41b6bc2450a7b2
tree1f5b52aec8bda9dbad505c322f06bfbe45ac7b31
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b
ARM: rockchip: Mark pm-init functions __init

The functions rk3288_config_bootdata() and rk3288_suspend_init() are
only called in the context of rockchip_suspend_init() which is already
marked __init.  We can mark them __init too.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/mach-rockchip/pm.c