From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759877AbXJ3TbL (ORCPT ); Tue, 30 Oct 2007 15:31:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757896AbXJ3TWK (ORCPT ); Tue, 30 Oct 2007 15:22:10 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:46196 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755940AbXJ3TWE (ORCPT ); Tue, 30 Oct 2007 15:22:04 -0400 Date: Mon, 29 Oct 2007 23:21:58 -0700 From: Greg KH To: Jeff Garzik Cc: LKML , Andrew Morton , kkeil@suse.de Subject: Re: [RFC / git patch] Move pci_find_* under CONFIG_PCI_LEGACY Message-ID: <20071030062158.GA7187@kroah.com> References: <20071029185047.GA4951@havoc.gtf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071029185047.GA4951@havoc.gtf.org> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 29, 2007 at 02:50:48PM -0400, Jeff Garzik wrote: > I am actively working on killing the remaining users of > pci_find_device(). The results can be found in the 'isdn-pci' and > 'warnings' branches of jgarzik/misc-2.6.git. Time consuming work > converting ancient drivers to PCI hotplug API, but it's almost done. > > HOWEVER, given the limited number of drivers that are turned off when > that API is disabled, I felt it would be nice to provide the option > of eliminating the pci_find_* warnings that emit on every build (due > to presence in drivers/pci/search.c). > > Please consider pulling from 'pci-legacy' branch of > master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6.git pci-legacy Now pulled and placed in my quilt tree. thanks, greg k-h