]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaabede21f1ab246ec2e39c63d7e953a8648047e9
tree49b1b5df71e9233435da2b58eb4b04cf3252b50d
parent8a64a890c438d89cff5a6c0ad07892b705f6e117
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