From: Abhishek Bist Date: Wed, 27 May 2015 18:24:19 +0000 (+0530) Subject: USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_driver() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~90^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e6a326deec8b51ee12f82a34057efd3d0979b8;p=pandora-kernel.git USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_driver() This function is used to call in early version of linux kernel in order to find out the interface used by a usb device. But now it's use is completely abolished. So,it would be relevant to remove this obselete function from kernel mainline. Signed-off-by: Abhishek Bist Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed