]> git.baikalelectronics.ru Git - kernel.git/commit
clk: ti: Mark ti_clk_features static
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 15 Jul 2015 19:03:52 +0000 (12:03 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 28 Jul 2015 18:58:37 +0000 (11:58 -0700)
commit5d989495c94064037095616a448f797bd3f9d79b
tree5b8631c596934c3696e7d79b123abea93908f7a0
parenta327c54e5e8d8ce072e77b2e1debece7815c4cb5
clk: ti: Mark ti_clk_features static

This variable isn't exported outside of this file so mark it
static. Silences the following sparse warning:

drivers/clk/ti/clk.c:36:24: warning: symbol 'ti_clk_features' was not declared. Should it be static?

Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/ti/clk.c