RE: [PATCH v2 10/11] ARM: at91: pm: Remove at91_pm_set_standby

2017-03-28 Thread Wenyou.Yang
; ; Alexandre Belloni electrons.com> > Subject: [PATCH v2 10/11] ARM: at91: pm: Remove at91_pm_set_standby > > Merge at91_pm_set_standby() in at91_dt_ramc as this is the only callsite. > That moves it to the init section. > > Signed-off-by: Alexandre Belloni Acked-by: Wenyou Ya

[PATCH v2 10/11] ARM: at91: pm: Remove at91_pm_set_standby

2017-03-28 Thread Alexandre Belloni
Merge at91_pm_set_standby() in at91_dt_ramc as this is the only callsite. That moves it to the init section. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/pm.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm