forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/drivers/usb/phy/phy-generic.h
....@@ -22,7 +22,6 @@
2222 int usb_gen_phy_init(struct usb_phy *phy);
2323 void usb_gen_phy_shutdown(struct usb_phy *phy);
2424
25
-int usb_phy_gen_create_phy(struct device *dev, struct usb_phy_generic *nop,
26
- struct usb_phy_generic_platform_data *pdata);
25
+int usb_phy_gen_create_phy(struct device *dev, struct usb_phy_generic *nop);
2726
2827 #endif