···77 * it under the terms of the GNU General Public License version 2 as88 * published by the Free Software Foundation.99 *1010- * $Id: pci.c,v 1.9 2004/11/28 09:40:40 dwmw2 Exp $1010+ * $Id: pci.c,v 1.10 2005/03/18 14:04:35 gleixner Exp $1111 * 1212 * Generic PCI memory map driver. We support the following boards:1313 * - Intel IQ80310 ATU.···370370371371static int __init mtd_pci_maps_init(void)372372{373373- return pci_module_init(&mtd_pci_driver);373373+ return pci_register_driver(&mtd_pci_driver);374374}375375376376static void __exit mtd_pci_maps_exit(void)
+2-2
drivers/mtd/maps/scb2_flash.c
···11/*22 * MTD map driver for BIOS Flash on Intel SCB2 boards33- * $Id: scb2_flash.c,v 1.11 2004/11/28 09:40:40 dwmw2 Exp $33+ * $Id: scb2_flash.c,v 1.12 2005/03/18 14:04:35 gleixner Exp $44 * Copyright (C) 2002 Sun Microsystems, Inc.55 * Tim Hockin <thockin@sun.com>66 *···238238static int __init239239scb2_flash_init(void)240240{241241- return pci_module_init(&scb2_flash_driver);241241+ return pci_register_driver(&scb2_flash_driver);242242}243243244244static void __exit