diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 68b1e836dff17b5edad6a651a52e239d48b40651..c9aa7792de10ac1b7f4676d4a0a5c8b6ac5c362f 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h @@ -622,8 +622,6 @@ extern struct list_head usb_bus_list; extern struct mutex usb_bus_list_lock; extern wait_queue_head_t usb_kill_urb_queue; -extern int usb_find_interface_driver(struct usb_device *dev, - struct usb_interface *interface); #define usb_endpoint_out(ep_dir) (!((ep_dir) & USB_DIR_IN))