From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Barnes Subject: Re: linux-next: Tree for January 21 Date: Fri, 22 Jan 2010 03:31:06 +0200 Message-ID: <20100122033106.37c08ee2@jbarnes-x200> References: <20100121165713.7b8a746d.sfr@canb.auug.org.au> <20100121131339.5e86dfef.akpm@linux-foundation.org> <4B58DC99.9040302@imap.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from outbound-mail-158.bluehost.com ([67.222.39.38]:47432 "HELO outbound-mail-158.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932153Ab0AVBbQ (ORCPT ); Thu, 21 Jan 2010 20:31:16 -0500 In-Reply-To: <4B58DC99.9040302@imap.cc> Sender: linux-next-owner@vger.kernel.org List-ID: To: Tilman Schmidt Cc: Andrew Morton , Stephen Rothwell , linux-next@vger.kernel.org, LKML On Fri, 22 Jan 2010 00:00:41 +0100 Tilman Schmidt wrote: > Am 21.01.2010 22:13 schrieb Andrew Morton: > > On Thu, 21 Jan 2010 16:57:13 +1100 > > Stephen Rothwell wrote: > > > >> I have created today's linux-next tree at > >> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > > > > It includes this screwed up commit: > > > > :commit e303d9eadc64907535a0a104afa5871d2b83275e > > :Author: Tilman Schmidt > > :AuthorDate: Thu Jan 14 23:18:41 2010 +0100 > > :Commit: Jesse Barnes > > :CommitDate: Fri Jan 15 10:08:07 2010 -0800 > > : > > : PCI/ISDN: push deprecated pci_find_device() function to last > > user (isdn) : > > : The ISDN4Linux HiSax driver family contains the last remaining > > users of : the deprecated pci_find_device() function. This patch > > creates a private : copy of that function in HiSax, and removes > > the now unused global : function together with its controlling > > configuration option, : CONFIG_PCI_LEGACY. > > : > > : Signed-off-by: Tilman Schmidt > > : Signed-off-by: Jesse Barnes > > > > It adds a bunch of files which are compile-time generated: > > > > include/linux/autoconf.h > > include/linux/bounds.h > > include/linux/compile.h > > include/linux/utsrelease.h > > That's not the patch I submitted. Mine did not add any new files. > > What's more, I've since submitted a new version, fixing the reported > build failure with CONFIG_PCI=n: > > Subject: [PATCH/v2] pci: push deprecated pci_find_device() function > to last user Message-Id: > <20100118162410.4562840108@xenon.ts.pxnet.com> Date: Mon, 18 > Jan 2010 17:24:10 +0100 (CET) > > So please drop the patch above, and include the latter one instead. Yeah, sorry about that, I must have pulled in the autogenerated files somehow when committing your patch. I'll rebase my linux-next branch and replace your patch with your new one. Thanks, Jesse