sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess.
[pandora-kernel.git] / arch / sh / kernel / cpu / sh4a / clock-sh7780.c
index ba8dacc..4c11f89 100644 (file)
@@ -84,7 +84,7 @@ static struct clk_ops sh7780_shyway_clk_ops = {
 
 static struct clk sh7780_shyway_clk = {
        .name           = "shyway_clk",
-       .flags          = CLK_ALWAYS_ENABLED,
+       .flags          = CLK_ENABLE_ON_INIT,
        .ops            = &sh7780_shyway_clk_ops,
 };