ARM: S3C2443: Remove #if 0 for clk_mpll
[deliverable/linux.git] / arch / arm / mach-s3c2443 / clock.c
index 3fa37aa62aabbcba70a5f51acb0c848fa93c48b8..177719c7c267b1d68d06236f2729ef00f0899b5e 100644 (file)
@@ -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,
This page took 0.027305 seconds and 5 git commands to generate.