提交 71ed587d 编写于 作者: B Ben Dooks

ARM: S3C2443: Remove #if 0 for clk_mpll

The clk_mpll has long been moved into common clock code, remove the
code completely instead of the nasty #if 0 block.
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
上级 2dd5f181
......@@ -95,14 +95,6 @@ static struct clk clk_mpllref = {
.id = -1,
};
#if 0
static struct clk clk_mpll = {
.name = "mpll",
.parent = &clk_mpllref,
.id = -1,
};
#endif
static struct clk clk_i2s_ext = {
.name = "i2s-ext",
.id = -1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册