Re: [PATCH] drivers: cpufreq: Remove unused function in cpufreq.c

2014-02-26 Thread Josh Triplett
On Wed, Feb 26, 2014 at 09:16:25PM +0530, Rashika Kheria wrote: > Remove unused function show_boost() in drivers/cpufreq/cpufreq.c. > > This eliminates the following warning in drivers/cpufreq/cpufreq.c: > drivers/cpufreq/cpufreq.c:355:9: warning: no previous prototype for > ‘show_boost’ [-Wmissi

[PATCH] drivers: cpufreq: Remove unused function in cpufreq.c

2014-02-26 Thread Rashika Kheria
Remove unused function show_boost() in drivers/cpufreq/cpufreq.c. This eliminates the following warning in drivers/cpufreq/cpufreq.c: drivers/cpufreq/cpufreq.c:355:9: warning: no previous prototype for ‘show_boost’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria --- drivers/cpufreq/cpufre