]> git.baikalelectronics.ru Git - kernel.git/commit
clk: Silence sparse warnings about __clk_{get,put}()
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 1 May 2015 19:16:14 +0000 (12:16 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 15 May 2015 00:11:17 +0000 (17:11 -0700)
commitd6a034a4b3bbb32f97181929a53a8bdd636111a7
treec68693efd81e4cf2988d96cd9d60f095ec2309d3
parent5f0b66783c9d1ea6f542db2eba5e6c0856e0c01b
clk: Silence sparse warnings about __clk_{get,put}()

drivers/clk/clk.c:2700:5: warning: symbol '__clk_get' was not declared. Should it be static?
drivers/clk/clk.c:2713:6: warning: symbol '__clk_put' was not declared. Should it be static?

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c