[PATCH 2/2] USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_driver()

2015-05-27 Thread Abhishek Bist
This function is used to call before 2.6.x version of linux kernel but since then I haven't seen it's relative usage and it's not being used any where right now after checking it through linux.crossrefrence.So, IMHO it would be relevant to remove this obselete function from kernel mainline.

Re: [PATCH 2/2] USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_driver()

2015-05-27 Thread Paul Bolle
On Wed, 2015-05-27 at 19:19 +0530, Abhishek Bist wrote: This function is used to call before 2.6.x version of linux kernel but since then I haven't seen it's relative usage and it's not being used any where right now after checking it through linux.crossrefrence. This goes into detail way

Re: [PATCH 2/2] USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_driver()

2015-05-27 Thread Greg KH
On Wed, May 27, 2015 at 07:19:15PM +0530, Abhishek Bist wrote: This function is used to call before 2.6.x version of linux kernel but since then I haven't seen it's relative usage and it's not being used any where right now after checking it through linux.crossrefrence.So, IMHO it would be

Re: [PATCH 2/2] USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_driver()

2015-05-27 Thread Greg KH
On Wed, May 27, 2015 at 07:19:15PM +0530, Abhishek Bist wrote: This function is used to call before 2.6.x version of linux kernel but since then I haven't seen it's relative usage and it's not being used any where right now after checking it through linux.crossrefrence.So, IMHO it would be