From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752890AbbE0PAj (ORCPT ); Wed, 27 May 2015 11:00:39 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49417 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752372AbbE0PAi (ORCPT ); Wed, 27 May 2015 11:00:38 -0400 Date: Wed, 27 May 2015 08:00:32 -0700 From: Greg KH To: Abhishek Bist Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_driver() Message-ID: <20150527150032.GB888@kroah.com> References: <1432734555-6797-1-git-send-email-ishubist@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432734555-6797-1-git-send-email-ishubist@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 relevant to remove this obselete > function from kernel mainline. > > Signed-off-by: Abhishek Bist > --- > include/linux/usb/hcd.h | 2 -- > 1 file changed, 2 deletions(-) Where is patch 1/2? I didn't get a copy of it...