|
@@ -203,7 +203,7 @@ static int jz4780_otg_phy_set_rate(struct clk_hw *hw, unsigned long req_rate,
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct clk_ops jz4780_otg_phy_ops = {
|
|
|
|
|
|
+static const struct clk_ops jz4780_otg_phy_ops = {
|
|
.get_parent = jz4780_otg_phy_get_parent,
|
|
.get_parent = jz4780_otg_phy_get_parent,
|
|
.set_parent = jz4780_otg_phy_set_parent,
|
|
.set_parent = jz4780_otg_phy_set_parent,
|
|
|
|
|