From: Stephen Boyd Date: Fri, 1 May 2015 19:16:14 +0000 (-0700) Subject: clk: Silence sparse warnings about __clk_{get,put}() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~79^2~18^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=562ef0b098552970fd25e9c960691e6c2bcb1181;p=pandora-kernel.git 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 --- Reading git-diff-tree failed