clk: rockchip: rk3288: fix up the clk register for hclk_vio
[firefly-linux-kernel-4.4.55.git] / drivers / phy / phy-sun9i-usb.c
index 0095914a662c05916db38d1693ab1fa189a45a04..ac4f31abefe33e45a4b1cdf5636c7c1ba05f716d 100644 (file)
@@ -114,7 +114,7 @@ static int sun9i_usb_phy_exit(struct phy *_phy)
        return 0;
 }
 
-static struct phy_ops sun9i_usb_phy_ops = {
+static const struct phy_ops sun9i_usb_phy_ops = {
        .init           = sun9i_usb_phy_init,
        .exit           = sun9i_usb_phy_exit,
        .owner          = THIS_MODULE,