forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/usb/musb/musb_host.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+/* SPDX-License-Identifier: GPL-2.0 */
22 /*
33 * MUSB OTG driver host defines
44 *
....@@ -97,7 +97,6 @@
9797 static inline void musb_host_rx(struct musb *musb, u8 epnum) {}
9898 static inline void musb_root_disconnect(struct musb *musb) {}
9999 static inline void musb_host_resume_root_hub(struct musb *musb) {}
100
-static inline void musb_host_poll_rh_status(struct musb *musb) {}
101100 static inline void musb_host_poke_root_hub(struct musb *musb) {}
102101 static inline int musb_port_suspend(struct musb *musb, bool do_suspend)
103102 {