aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/scb2_flash.c
diff options
context:
space:
mode:
authorDomen Puncer <dome@coderock.org>2005-03-18 14:04:38 +0000
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-05-23 12:57:48 +0200
commitff3bc4eb94ec3d2ce6e8f615d38c94151ccb6553 (patch)
tree7fedb64361e5fa30638073d9288ee92e17cf2bc9 /drivers/mtd/maps/scb2_flash.c
parent[JFFS2] Use function to manipulate superblock dirty flag (diff)
downloadlinux-dev-ff3bc4eb94ec3d2ce6e8f615d38c94151ccb6553.tar.xz
linux-dev-ff3bc4eb94ec3d2ce6e8f615d38c94151ccb6553.zip
[MTD] Kernel Janitor fixes.
Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to '')
-rw-r--r--drivers/mtd/maps/scb2_flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/maps/scb2_flash.c b/drivers/mtd/maps/scb2_flash.c
index 5bb3b600e5d0..97a8dfd69258 100644
--- a/drivers/mtd/maps/scb2_flash.c
+++ b/drivers/mtd/maps/scb2_flash.c
@@ -1,6 +1,6 @@
/*
* MTD map driver for BIOS Flash on Intel SCB2 boards
- * $Id: scb2_flash.c,v 1.11 2004/11/28 09:40:40 dwmw2 Exp $
+ * $Id: scb2_flash.c,v 1.12 2005/03/18 14:04:35 gleixner Exp $
* Copyright (C) 2002 Sun Microsystems, Inc.
* Tim Hockin <thockin@sun.com>
*
@@ -238,7 +238,7 @@ static struct pci_driver scb2_flash_driver = {
static int __init
scb2_flash_init(void)
{
- return pci_module_init(&scb2_flash_driver);
+ return pci_register_driver(&scb2_flash_driver);
}
static void __exit