Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755140Ab0ANEdb (ORCPT ); Wed, 13 Jan 2010 23:33:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752519Ab0ANEda (ORCPT ); Wed, 13 Jan 2010 23:33:30 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38021 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751589Ab0ANEd3 (ORCPT ); Wed, 13 Jan 2010 23:33:29 -0500 Date: Wed, 13 Jan 2010 20:33:38 -0800 (PST) Message-Id: <20100113.203338.52448956.davem@davemloft.net> To: tilman@imap.cc Cc: gregkh@suse.de, sfr@canb.auug.org.au, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, isdn@linux-pingi.de, isdn4linux@listserv.isdn4linux.de Subject: Re: [PATCH] pci: push deprecated pci_find_device() function to last user From: David Miller In-Reply-To: <20100113142328.5DE2F40107@xenon.ts.pxnet.com> References: <4B4B802A.2010709@imap.cc> <20100111200136.GA29955@suse.de> <20100113142328.5DE2F40107@xenon.ts.pxnet.com> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1091 Lines: 25 From: Tilman Schmidt Date: Wed, 13 Jan 2010 15:23:28 +0100 (CET) > 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. > > Impact: code reorganization, no functional change > Signed-off-by: Tilman Schmidt > --- > Note: This patch is not, nor does it intend to be, checkpatch.pl clean. > The issues checkpatch.pl reports on it were already present before, and > are unrelated to the topic of this patch. I'm fine with this, and Greg or whoever else can take this through a driver or PCI specific tree if they want: Acked-by: David S. Miller -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/