]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: imx: clk-pll14xx: Make two variables static
authorYueHaibing <yuehaibing@huawei.com>
Tue, 8 Oct 2019 07:19:08 +0000 (15:19 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 14 Oct 2019 13:22:20 +0000 (21:22 +0800)
commit8f2d3c1759d19232edf1e9ef43d40a44e31493d6
tree5f6b64e6dfe0f87962e66d45285f09d3dfb4843d
parentf0b1d7f2e7c2348ae4c856dffb6172c80a023483
clk: imx: clk-pll14xx: Make two variables static

Fix sparse warnings:

drivers/clk/imx/clk-pll14xx.c:44:37:
 warning: symbol 'imx_pll1416x_tbl' was not declared. Should it be static?
drivers/clk/imx/clk-pll14xx.c:57:37:
 warning: symbol 'imx_pll1443x_tbl' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-pll14xx.c