提交 47c18e4c 编写于 作者: S Stephen Boyd

clk: berlin: Silence sparse warning

drivers/clk/berlin/berlin2-pll.c:94:12: warning: symbol 'berlin2_pll_register' was not declared. Should it be static?

Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: NSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 7926b3f8
...@@ -25,14 +25,7 @@ ...@@ -25,14 +25,7 @@
#include <asm/div64.h> #include <asm/div64.h>
#include "berlin2-div.h" #include "berlin2-div.h"
#include "berlin2-pll.h"
struct berlin2_pll_map {
const u8 vcodiv[16];
u8 mult;
u8 fbdiv_shift;
u8 rfdiv_shift;
u8 divsel_shift;
};
struct berlin2_pll { struct berlin2_pll {
struct clk_hw hw; struct clk_hw hw;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册