diff options
Diffstat (limited to 'drivers/scsi/3w-xxxx.c')
-rw-r--r-- | drivers/scsi/3w-xxxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/3w-xxxx.c b/drivers/scsi/3w-xxxx.c index f3a5f422a8e4..2d4cb6721fa6 100644 --- a/drivers/scsi/3w-xxxx.c +++ b/drivers/scsi/3w-xxxx.c | |||
@@ -2486,7 +2486,7 @@ static int __init tw_init(void) | |||
2486 | { | 2486 | { |
2487 | printk(KERN_WARNING "3ware Storage Controller device driver for Linux v%s.\n", TW_DRIVER_VERSION); | 2487 | printk(KERN_WARNING "3ware Storage Controller device driver for Linux v%s.\n", TW_DRIVER_VERSION); |
2488 | 2488 | ||
2489 | return pci_module_init(&tw_driver); | 2489 | return pci_register_driver(&tw_driver); |
2490 | } /* End tw_init() */ | 2490 | } /* End tw_init() */ |
2491 | 2491 | ||
2492 | /* This function is called on driver exit */ | 2492 | /* This function is called on driver exit */ |