Re: [PATCH 3/5] cpufreq: remove __cpufreq_remove_dev()

2013-09-12 Thread Srivatsa S. Bhat
On 09/12/2013 10:55 AM, Viresh Kumar wrote: > Nobody except cpufreq_remove_dev() is calling __cpufreq_remove_dev() and so we > don't need separate routines here. Lets merge code from __cpufreq_remove_dev() > to cpufreq_remove_dev() and get rid of __cpufreq_remove_dev(). > > Signed-off-by: Viresh

Re: [PATCH 3/5] cpufreq: remove __cpufreq_remove_dev()

2013-09-12 Thread Srivatsa S. Bhat
On 09/12/2013 10:55 AM, Viresh Kumar wrote: Nobody except cpufreq_remove_dev() is calling __cpufreq_remove_dev() and so we don't need separate routines here. Lets merge code from __cpufreq_remove_dev() to cpufreq_remove_dev() and get rid of __cpufreq_remove_dev(). Signed-off-by: Viresh Kumar

[PATCH 3/5] cpufreq: remove __cpufreq_remove_dev()

2013-09-11 Thread Viresh Kumar
Nobody except cpufreq_remove_dev() is calling __cpufreq_remove_dev() and so we don't need separate routines here. Lets merge code from __cpufreq_remove_dev() to cpufreq_remove_dev() and get rid of __cpufreq_remove_dev(). Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq.c | 26

[PATCH 3/5] cpufreq: remove __cpufreq_remove_dev()

2013-09-11 Thread Viresh Kumar
Nobody except cpufreq_remove_dev() is calling __cpufreq_remove_dev() and so we don't need separate routines here. Lets merge code from __cpufreq_remove_dev() to cpufreq_remove_dev() and get rid of __cpufreq_remove_dev(). Signed-off-by: Viresh Kumar viresh.ku...@linaro.org ---