commit | 3fe6d697420c706b640730dbbae17f48b3aad506 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Wed Jul 15 12:03:52 2015 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Jul 28 11:58:37 2015 -0700 |
tree | 5b8631c596934c3696e7d79b123abea93908f7a0 | |
parent | f645f72d876586c4950dcd5bf516744db0aeb30b [diff] |
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>