From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752372AbbE0Ph3 (ORCPT ); Wed, 27 May 2015 11:37:29 -0400 Received: from lb1-smtp-cloud2.xs4all.net ([194.109.24.21]:44498 "EHLO lb1-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751143AbbE0Ph2 (ORCPT ); Wed, 27 May 2015 11:37:28 -0400 Message-ID: <1432741042.27695.277.camel@x220> Subject: Re: [PATCH 2/2] USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_driver() From: Paul Bolle To: Abhishek Bist Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 27 May 2015 17:37:22 +0200 In-Reply-To: <1432734555-6797-1-git-send-email-ishubist@gmail.com> References: <1432734555-6797-1-git-send-email-ishubist@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 beyond what anyone sane cares for: usb_find_interface_driver() was removed in v2.5.36 through a patch titled "USB: Convert the core code to use struct device_driver.". > So, IMHO it would be relevant to remove this obselete > function from kernel mainline. Thanks, Paul Bolle