clk: ti: generalize the init sequence of clk_hw_omap clocks
[linux-2.6-microblaze.git] / drivers / clk / ti / gate.c
index 1c78fff..504c0e9 100644 (file)
@@ -123,7 +123,7 @@ static struct clk *_register_gate(struct device *dev, const char *name,
 
        init.flags = flags;
 
-       clk = ti_clk_register(NULL, &clk_hw->hw, name);
+       clk = ti_clk_register_omap_hw(NULL, &clk_hw->hw, name);
 
        if (IS_ERR(clk))
                kfree(clk_hw);