]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpufreq: staticize policy_has_boost_freq()
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 23 Jan 2025 08:57:11 +0000 (14:27 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 7 Feb 2025 04:15:16 +0000 (09:45 +0530)
commitc952775a3d72b0505c2f8f4171929c293479f0fd
tree8ee7c40c8e4b3aacc7b913415d20ae4b81db776f
parente8b08af135b7686640ebb2dc1eaa060e42a41af6
cpufreq: staticize policy_has_boost_freq()

policy_has_boost_freq() isn't used outside of freq_table.c now, mark it
static.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/freq_table.c
include/linux/cpufreq.h