Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932454AbVK2X50 (ORCPT ); Tue, 29 Nov 2005 18:57:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751410AbVK2X50 (ORCPT ); Tue, 29 Nov 2005 18:57:26 -0500 Received: from gepetto.dc.ltu.se ([130.240.42.40]:18115 "EHLO gepetto.dc.ltu.se") by vger.kernel.org with ESMTP id S1751409AbVK2X5Z (ORCPT ); Tue, 29 Nov 2005 18:57:25 -0500 Date: Wed, 30 Nov 2005 00:57:18 +0100 (MET) From: Richard Knutsson To: akpm@osdl.org, linux-kernel@vger.kernel.org Cc: Richard Knutsson Message-Id: <20051130000228.1003.95000.sendpatchset@thinktank.campus.ltu.se> Subject: [PATCH 0/6] Replacing pci_module_init() with pci_register_driver() Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1157 Lines: 24 Just a serie to replace the obsolete pci_module_init() with pci_register_driver(). Last patch deletes pci_module_init(). Because pci_module_init() is implemented as: pci.h:352 #define pci_module_init pci_register_driver the replacment should not effect anything. Just to be sure the serie has been compiled (2.6.15-rc3) with: make allyesconfig make without any error (warnings (unrelated) but no errors). Doing "find . -name *.[chS] | xargs grep -n pci_module_init" in the patched tree results in: ./sound/oss/es1371.c:97: * Use pci_module_init ./drivers/media/dvb/b2c2/flexcop-pci.c:418:static int __init flexcop_pci_module_init(void) ./drivers/media/dvb/b2c2/flexcop-pci.c:428:module_init(flexcop_pci_module_init); It is just sent to lkml in hope that the changes are to small and to spread for mailing every maintainer. Will you pick this up Andrew? Any comment is welcome. /Richard - 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/