Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43f53570 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

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: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent f6704f9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
static DEFINE_SPINLOCK(lock);

/* not pretty, but hey */
void __iomem *smu_base;
static void __iomem *smu_base;

static void __init emev2_smu_write(unsigned long value, int offs)
{