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

USB: c67x00: Remove unused declaration c67x00_hcd_msg_received()

Commit e9b29ffc519b ("USB: add Cypress c67x00 OTG controller HCD driver")
declared but never implemented this.

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

authored by

Yue Haibing and committed by
Greg Kroah-Hartman
36c38087 568441b7

-1
-1
drivers/usb/c67x00/c67x00-hcd.h
··· 109 109 void c67x00_endpoint_disable(struct usb_hcd *hcd, 110 110 struct usb_host_endpoint *ep); 111 111 112 - void c67x00_hcd_msg_received(struct c67x00_sie *sie, u16 msg); 113 112 void c67x00_sched_kick(struct c67x00_hcd *c67x00); 114 113 int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00); 115 114 void c67x00_sched_stop_scheduler(struct c67x00_hcd *c67x00);