diff options
-rw-r--r-- | drivers/scsi/megaraid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/megaraid.c b/drivers/scsi/megaraid.c index 808a1b8c4043..0aa3304f6b9b 100644 --- a/drivers/scsi/megaraid.c +++ b/drivers/scsi/megaraid.c | |||
@@ -5072,7 +5072,7 @@ static int __init megaraid_init(void) | |||
5072 | "megaraid: failed to create megaraid root\n"); | 5072 | "megaraid: failed to create megaraid root\n"); |
5073 | } | 5073 | } |
5074 | #endif | 5074 | #endif |
5075 | error = pci_module_init(&megaraid_pci_driver); | 5075 | error = pci_register_driver(&megaraid_pci_driver); |
5076 | if (error) { | 5076 | if (error) { |
5077 | #ifdef CONFIG_PROC_FS | 5077 | #ifdef CONFIG_PROC_FS |
5078 | remove_proc_entry("megaraid", &proc_root); | 5078 | remove_proc_entry("megaraid", &proc_root); |