Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes'
[deliverable/linux.git] / arch / arm / mach-mv78xx0 / common.c
index 99cc93900a243df98c1af2c17f54657e61b283ee..45a05207b418d6e74ede06a932f12a8624f16f38 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);
 }
This page took 0.028955 seconds and 5 git commands to generate.