Re: [PATCH 03/21] cpuidle: make __cpuidle_get_cpu_driver() inline

2013-09-25 Thread Daniel Lezcano
On 09/22/2013 03:20 AM, Viresh Kumar wrote: > __cpuidle_get_cpu_driver() is a single line function and so deserves to be > marked inline. > > Signed-off-by: Viresh Kumar Acked-by: Daniel Lezcano > --- > drivers/cpuidle/driver.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[PATCH 03/21] cpuidle: make __cpuidle_get_cpu_driver() inline

2013-09-21 Thread Viresh Kumar
__cpuidle_get_cpu_driver() is a single line function and so deserves to be marked inline. Signed-off-by: Viresh Kumar --- drivers/cpuidle/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpuidle/driver.c b/drivers/cpuidle/driver.c index ced1df6..25455e8 100644