Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932207AbVLAM7g (ORCPT ); Thu, 1 Dec 2005 07:59:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932213AbVLAM7f (ORCPT ); Thu, 1 Dec 2005 07:59:35 -0500 Received: from gepetto.dc.ltu.se ([130.240.42.40]:31742 "EHLO gepetto.dc.ltu.se") by vger.kernel.org with ESMTP id S932207AbVLAM7e (ORCPT ); Thu, 1 Dec 2005 07:59:34 -0500 Date: Thu, 1 Dec 2005 13:59:29 +0100 (MET) From: Richard Knutsson To: akpm@osdl.org Cc: linux-kernel@vger.kernel.org, Richard Knutsson Message-Id: <20051201130438.28376.78967.sendpatchset@thinktank.campus.ltu.se> In-Reply-To: <20051201130338.28376.65935.sendpatchset@thinktank.campus.ltu.se> References: <20051201130338.28376.65935.sendpatchset@thinktank.campus.ltu.se> Subject: [PATCH 2.6.15-rc3(-mm1) 3/3] pci.h: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1142 Lines: 35 From: Richard Knutsson #if 0'ing no-longer-needed pci_module_init(). Need remove-pci_module_init-patches for both 2.6.15-rc3 and 2.6.15-rc3-mm1 to be implemented. Signed-off-by: Richard Knutsson --- pci.h | 2 ++ 1 files changed, 2 insertions(+) diff -Narup a/include/linux/pci.h b/include/linux/pci.h --- a/include/linux/pci.h 2005-12-01 02:15:06.000000000 +0100 +++ b/include/linux/pci.h 2005-12-01 03:53:48.000000000 +0100 @@ -345,11 +345,13 @@ struct pci_driver { .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \ .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID +#if 0 /* * pci_module_init is obsolete, this stays here till we fix up all usages of it * in the tree. */ #define pci_module_init pci_register_driver +#endif /* these external functions are only available when PCI support is enabled */ #ifdef CONFIG_PCI - 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/