| .. | .. |
|---|
| 1 | | -// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * MUSB OTG driver host defines |
|---|
| 4 | 4 | * |
|---|
| .. | .. |
|---|
| 97 | 97 | static inline void musb_host_rx(struct musb *musb, u8 epnum) {} |
|---|
| 98 | 98 | static inline void musb_root_disconnect(struct musb *musb) {} |
|---|
| 99 | 99 | static inline void musb_host_resume_root_hub(struct musb *musb) {} |
|---|
| 100 | | -static inline void musb_host_poll_rh_status(struct musb *musb) {} |
|---|
| 101 | 100 | static inline void musb_host_poke_root_hub(struct musb *musb) {} |
|---|
| 102 | 101 | static inline int musb_port_suspend(struct musb *musb, bool do_suspend) |
|---|
| 103 | 102 | { |
|---|