Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb872709 authored by Wei Yongjun's avatar Wei Yongjun Committed by Arnd Bergmann
Browse files

clk: tegra: dfll: Make symbol 'tegra210_cpu_cvb_tables' static



Fixes the following sparse warning:

drivers/clk/tegra/clk-tegra124-dfll-fcpu.c:244:18: warning:
 symbol 'tegra210_cpu_cvb_tables' was not declared. Should it be static?

Fixes: 2b2dbc2f ("clk: tegra: dfll: add CVB tables for Tegra210")
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 5477a43a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ static const unsigned long tegra210_cpu_max_freq_table[] = {
		{          0UL,	{       0, 0, 0 } }, \
	}

struct cvb_table tegra210_cpu_cvb_tables[] = {
static struct cvb_table tegra210_cpu_cvb_tables[] = {
	{
		.speedo_id = 10,
		.process_id = 0,