|
@@ -35,7 +35,7 @@ static const struct clk_ops omap_gate_clkdm_clk_ops = {
|
|
|
.disable = &omap2_clkops_disable_clkdm,
|
|
|
};
|
|
|
|
|
|
-static const struct clk_ops omap_gate_clk_ops = {
|
|
|
+const struct clk_ops omap_gate_clk_ops = {
|
|
|
.init = &omap2_init_clk_clkdm,
|
|
|
.enable = &omap2_dflt_clk_enable,
|
|
|
.disable = &omap2_dflt_clk_disable,
|