diff options
Diffstat (limited to 'drivers/scsi/ata_piix.c')
-rw-r--r-- | drivers/scsi/ata_piix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index 501755a606ed..46c34fd5af8f 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c | |||
@@ -939,8 +939,8 @@ static int __init piix_init(void) | |||
939 | { | 939 | { |
940 | int rc; | 940 | int rc; |
941 | 941 | ||
942 | DPRINTK("pci_module_init\n"); | 942 | DPRINTK("pci_register_driver\n"); |
943 | rc = pci_module_init(&piix_pci_driver); | 943 | rc = pci_register_driver(&piix_pci_driver); |
944 | if (rc) | 944 | if (rc) |
945 | return rc; | 945 | return rc; |
946 | 946 | ||