Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: musb: Remove unused inline function

It is never used, so can remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20200715031204.17308-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

YueHaibing and committed by
Greg Kroah-Hartman
258e8588 2b53a192

-1
-1
drivers/usb/musb/musb_host.h
··· 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 {