commit | bb8727096c86c299080c46258492098cc01741b9 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Mon Feb 18 07:06:09 2019 +0000 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Feb 18 11:16:22 2019 +0100 |
tree | 001ba7b64024dadd3d9114ee55a76c4d8fc4da86 | |
parent | 5477a43a597d2fc8ded48e31598a7e36581a3fd5 [diff] |
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: 2b2dbc2f94e5 ("clk: tegra: dfll: add CVB tables for Tegra210") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>