Re: [PATCH 2/5] ARM: rockchip: pm: Mark init functions __init

2019-04-12 Thread Heiko Stübner
Am Freitag, 12. April 2019, 01:21:54 CEST schrieb Douglas Anderson: > 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

[PATCH 2/5] ARM: rockchip: pm: Mark init functions __init

2019-04-11 Thread Douglas Anderson
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 --- arch/arm/mach-rockchip/pm.c | 4 ++-- 1 file changed, 2 insertions(+), 2