]> err.no Git - linux-2.6/commitdiff
[SCSI] megaraid: pci_module_init to pci_register_driver
authorRichard Knutsson <ricknu-0@student.ltu.se>
Wed, 14 Feb 2007 00:40:39 +0000 (01:40 +0100)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Fri, 16 Feb 2007 15:41:45 +0000 (09:41 -0600)
Convert pci_module_init() to pci_register_driver().

Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
Acked-by: "Patro, Sumant" <Sumant.Patro@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/megaraid.c

index 808a1b8c40431946982847dd446223e396f87b8d..0aa3304f6b9be310982fe2e8ba80c1c841c9c8a4 100644 (file)
@@ -5072,7 +5072,7 @@ static int __init megaraid_init(void)
                                "megaraid: failed to create megaraid root\n");
        }
 #endif
-       error = pci_module_init(&megaraid_pci_driver);
+       error = pci_register_driver(&megaraid_pci_driver);
        if (error) {
 #ifdef CONFIG_PROC_FS
                remove_proc_entry("megaraid", &proc_root);