hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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 {