From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: linux-next: build warning after merge of the usb tree Date: Mon, 17 May 2010 11:01:15 -0700 Message-ID: <20100517180115.GB16419@kroah.com> References: <20100517160958.b5208a24.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kroah.org ([198.145.64.141]:34171 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753301Ab0EQSUX (ORCPT ); Mon, 17 May 2010 14:20:23 -0400 Content-Disposition: inline In-Reply-To: <20100517160958.b5208a24.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Ming Lei On Mon, May 17, 2010 at 04:09:58PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the usb tree, today's linux-next build (powerpc > ppc44x_defconfig) produced this warning: > > drivers/usb/core/usb.c:596: warning: 'match_device' defined but not used > > Introduced by commit c8a3789b05e2ed43d8fd98934edbf66587cd3f96 ("USB: > remove usb_find_device") which removed the last user of this function. Thanks, Ming just sent me a patch to resolve this, I'll go apply it now. greg k-h