Skip to content

Commit f991b11

Browse files
Yang Yingliangvireshk
authored andcommitted
cpufreq: tegra194: change tegra239_cpufreq_soc to static
tegra239_cpufreq_soc is only used in tegra194-cpufreq.c now, change it to static. Fixes: 6768860 ("cpufreq: tegra194: Add support for Tegra239") Signed-off-by: Yang Yingliang <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 6768860 commit f991b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/cpufreq/tegra194-cpufreq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ static const struct tegra_cpufreq_soc tegra234_cpufreq_soc = {
161161
.num_clusters = 3,
162162
};
163163

164-
const struct tegra_cpufreq_soc tegra239_cpufreq_soc = {
164+
static const struct tegra_cpufreq_soc tegra239_cpufreq_soc = {
165165
.ops = &tegra234_cpufreq_ops,
166166
.actmon_cntr_base = 0x4000,
167167
.maxcpus_per_cluster = 8,

0 commit comments

Comments
 (0)