Re: [PATCH 1/3] cpuidle : remove unused ref count function

2012-09-19 Thread Daniel Lezcano
On 09/19/2012 09:49 PM, Rafael J. Wysocki wrote: > On Wednesday, September 19, 2012, Daniel Lezcano wrote: >> These two functions are never used. > This is not the case. pm_genpd_attach_cpuidle() and > pm_genpd_detach_cpuidle() use them. > > Please be more careful. Oops, sorry. >> Signed-off-by:

Re: [PATCH 1/3] cpuidle : remove unused ref count function

2012-09-19 Thread Rafael J. Wysocki
On Wednesday, September 19, 2012, Daniel Lezcano wrote: > These two functions are never used. This is not the case. pm_genpd_attach_cpuidle() and pm_genpd_detach_cpuidle() use them. Please be more careful. Thanks, Rafael > Signed-off-by: Daniel Lezcano > --- > drivers/cpuidle/driver.c | 2

[PATCH 1/3] cpuidle : remove unused ref count function

2012-09-19 Thread Daniel Lezcano
These two functions are never used. Signed-off-by: Daniel Lezcano --- drivers/cpuidle/driver.c | 29 + include/linux/cpuidle.h |4 2 files changed, 1 insertions(+), 32 deletions(-) diff --git a/drivers/cpuidle/driver.c b/drivers/cpuidle/driver.c index 58b