diff options
Diffstat (limited to 'drivers/mtd/maps/scb2_flash.c')
-rw-r--r-- | drivers/mtd/maps/scb2_flash.c | 4 |
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 @@ | |||
1 | /* | 1 | /* |
2 | * MTD map driver for BIOS Flash on Intel SCB2 boards | 2 | * MTD map driver for BIOS Flash on Intel SCB2 boards |
3 | * $Id: scb2_flash.c,v 1.11 2004/11/28 09:40:40 dwmw2 Exp $ | 3 | * $Id: scb2_flash.c,v 1.12 2005/03/18 14:04:35 gleixner Exp $ |
4 | * Copyright (C) 2002 Sun Microsystems, Inc. | 4 | * Copyright (C) 2002 Sun Microsystems, Inc. |
5 | * Tim Hockin <thockin@sun.com> | 5 | * Tim Hockin <thockin@sun.com> |
6 | * | 6 | * |
@@ -238,7 +238,7 @@ static struct pci_driver scb2_flash_driver = { | |||
238 | static int __init | 238 | static int __init |
239 | scb2_flash_init(void) | 239 | scb2_flash_init(void) |
240 | { | 240 | { |
241 | return pci_module_init(&scb2_flash_driver); | 241 | return pci_register_driver(&scb2_flash_driver); |
242 | } | 242 | } |
243 | 243 | ||
244 | static void __exit | 244 | static void __exit |