Re: [PATCH 01/10] ARM: at91/pm: move the standby functions to pm.c

2015-03-23 Thread Nicolas Ferre
Le 16/03/2015 23:44, Alexandre Belloni a écrit : > The standby functions are now only used in pm.c, move them there. > > Also, they are not inlined as a pointer to those functions is passed to the > cpuidle driver. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre > --- > arch/arm/

[PATCH 01/10] ARM: at91/pm: move the standby functions to pm.c

2015-03-16 Thread Alexandre Belloni
The standby functions are now only used in pm.c, move them there. Also, they are not inlined as a pointer to those functions is passed to the cpuidle driver. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/pm.c | 89 +++ arch/arm/mach-at91/pm.