ARM: mv78xx0: Remove CLK_IS_ROOT
[cascardo/linux.git] / arch / arm / mach-mv78xx0 / common.c
index 99cc939..45a0520 100644 (file)
@@ -168,8 +168,7 @@ static struct clk *tclk;
 
 static void __init clk_init(void)
 {
-       tclk = clk_register_fixed_rate(NULL, "tclk", NULL, CLK_IS_ROOT,
-                                      get_tclk());
+       tclk = clk_register_fixed_rate(NULL, "tclk", NULL, 0, get_tclk());
 
        orion_clkdev_init(tclk);
 }