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

Commit b62c190f authored by Ben Dooks's avatar Ben Dooks Committed by Stephen Boyd
Browse files

clk: hi6220: fix missing clk.h include



Fix the warning from missing "clk.h" include which
defines hi6220_register_clkdiv() function.

drivers/clk/hisilicon/clkdivider-hi6220.c:102:12: warning: symbol 'hi6220_register_clkdiv' was not declared. Should it be static?

Signed-off-by: default avatarBen Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent c895db85
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
#include <linux/err.h>
#include <linux/spinlock.h>

#include "clk.h"

#define div_mask(width)	((1 << (width)) - 1)

/**