clk: meson: Mark some things static
authorStephen Boyd <sboyd@kernel.org>
Mon, 3 Dec 2018 21:52:56 +0000 (13:52 -0800)
committerStephen Boyd <sboyd@kernel.org>
Mon, 3 Dec 2018 21:52:56 +0000 (13:52 -0800)
commit8913e8a73d03470b7aeaeab9c4f4fd3b50a0e2ec
tree49b1b5df71e9233435da2b58eb4b04cf3252b50d
parent4946166e46d205bff6749887b62c646693615e9e
clk: meson: Mark some things static

These are missing 'static' so sparse complains:

drivers/clk/meson/vid-pll-div.c:58:26: warning: symbol '_get_table_val' was not declared. Should it be static?
drivers/clk/meson/gxbb.c:1585:12: warning: symbol 'gxbb_vid_pll_parent_names' was not declared. Should it be static?
drivers/clk/meson/gxbb.c:1620:12: warning: symbol 'gxbb_vclk_parent_names' was not declared. Should it be static?
drivers/clk/meson/gxbb.c:1980:12: warning: symbol 'gxbb_cts_parent_names' was not declared. Should it be static?
drivers/clk/meson/gxbb.c:2036:12: warning: symbol 'gxbb_cts_hdmi_tx_parent_names' was not declared. Should it be static?

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/meson/gxbb.c
drivers/clk/meson/vid-pll-div.c