Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: mxs: Fix sparse warnings

Fix the following sparse warnings:

drivers/clk/mxs/clk.c:17:1: warning: symbol 'mxs_lock' was not declared. Should it be static?
drivers/clk/mxs/clk.c:19:5: warning: symbol 'mxs_clk_wait' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

authored by

Fabio Estevam and committed by
Mike Turquette
30ee4006 a937536b

+1
+1
drivers/clk/mxs/clk.c
··· 13 13 #include <linux/io.h> 14 14 #include <linux/jiffies.h> 15 15 #include <linux/spinlock.h> 16 + #include "clk.h" 16 17 17 18 DEFINE_SPINLOCK(mxs_lock); 18 19