Re: [PATCH 1/3] cpufreq: Make cpufreq_boost_supported() static

2015-12-27 Thread Viresh Kumar
On 27-12-15, 00:23, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > cpufreq_boost_supported() is not used outside of cpufreq.c, so make > it static. > > While at it, refactor it as a one-liner (which it really is). > > Signed-off-by: Rafael J. Wysocki > --- > drivers/cpufreq/cpufreq.c

[PATCH 1/3] cpufreq: Make cpufreq_boost_supported() static

2015-12-26 Thread Rafael J. Wysocki
From: Rafael J. Wysocki cpufreq_boost_supported() is not used outside of cpufreq.c, so make it static. While at it, refactor it as a one-liner (which it really is). Signed-off-by: Rafael J. Wysocki --- drivers/cpufreq/cpufreq.c |8 ++-- include/linux/cpufreq.h |5 - 2 files