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)
commit3fe6d697420c706b640730dbbae17f48b3aad506
tree5b8631c596934c3696e7d79b123abea93908f7a0
parentf645f72d876586c4950dcd5bf516744db0aeb30b
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