From 562ef0b098552970fd25e9c960691e6c2bcb1181 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Fri, 1 May 2015 12:16:14 -0700 Subject: [PATCH] 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-format-patch failed