瀏覽代碼

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: Ben Dooks <ben-linux@fluff.org>
Ben Dooks 15 年之前
父節點
當前提交
71ed587d4a
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      arch/arm/mach-s3c2443/clock.c

+ 0 - 8
arch/arm/mach-s3c2443/clock.c

@@ -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,