diff options
Diffstat (limited to 'drivers/scsi/sata_svw.c')
-rw-r--r-- | drivers/scsi/sata_svw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c index 7d0858095e1f..baf259a966d0 100644 --- a/drivers/scsi/sata_svw.c +++ b/drivers/scsi/sata_svw.c | |||
@@ -488,7 +488,7 @@ static struct pci_driver k2_sata_pci_driver = { | |||
488 | 488 | ||
489 | static int __init k2_sata_init(void) | 489 | static int __init k2_sata_init(void) |
490 | { | 490 | { |
491 | return pci_module_init(&k2_sata_pci_driver); | 491 | return pci_register_driver(&k2_sata_pci_driver); |
492 | } | 492 | } |
493 | 493 | ||
494 | 494 | ||