diff options
Diffstat (limited to 'drivers/scsi/3w-9xxx.c')
-rw-r--r-- | drivers/scsi/3w-9xxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/3w-9xxx.c b/drivers/scsi/3w-9xxx.c index 5a9475e56d0e..da173159cedb 100644 --- a/drivers/scsi/3w-9xxx.c +++ b/drivers/scsi/3w-9xxx.c | |||
@@ -2211,7 +2211,7 @@ static int __init twa_init(void) | |||
2211 | { | 2211 | { |
2212 | printk(KERN_WARNING "3ware 9000 Storage Controller device driver for Linux v%s.\n", TW_DRIVER_VERSION); | 2212 | printk(KERN_WARNING "3ware 9000 Storage Controller device driver for Linux v%s.\n", TW_DRIVER_VERSION); |
2213 | 2213 | ||
2214 | return pci_module_init(&twa_driver); | 2214 | return pci_register_driver(&twa_driver); |
2215 | } /* End twa_init() */ | 2215 | } /* End twa_init() */ |
2216 | 2216 | ||
2217 | /* This function is called on driver exit */ | 2217 | /* This function is called on driver exit */ |