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

clk: emev2: Silence sparse warnings

drivers/clk/shmobile/clk-emev2.c:37:14: warning: symbol 'smu_base' was not declared. Should it be static?

Cc: Takashi Yoshii <takasi-y@ops.dti.ne.jp>
Cc: Magnus Damm <damm@opensource.se>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

+1 -1
+1 -1
drivers/clk/shmobile/clk-emev2.c
··· 34 34 static DEFINE_SPINLOCK(lock); 35 35 36 36 /* not pretty, but hey */ 37 - void __iomem *smu_base; 37 + static void __iomem *smu_base; 38 38 39 39 static void __init emev2_smu_write(unsigned long value, int offs) 40 40 {