phy: constify of_phandle_args in xlate
[linux-2.6-block.git] / drivers / phy / st / phy-stm32-usbphyc.c
index d5e7e44000b56ec0fe16703a52e47b05926ac866..9dbe60dcf3190d0e96b0fa915f784d1a91ec7701 100644 (file)
@@ -574,7 +574,7 @@ static void stm32_usbphyc_switch_setup(struct stm32_usbphyc *usbphyc,
 }
 
 static struct phy *stm32_usbphyc_of_xlate(struct device *dev,
-                                         struct of_phandle_args *args)
+                                         const struct of_phandle_args *args)
 {
        struct stm32_usbphyc *usbphyc = dev_get_drvdata(dev);
        struct stm32_usbphyc_phy *usbphyc_phy = NULL;