[SCSI] megaraid_legacy: kobject_register failure

Attached patch fixes problem that cause kobject_register failure
during loading. Kobject_register would fail when there are more than
1 module with same module name. This patch will change module name of
megaraid_legacy from 'megaraid' to 'megaraid_legacy'.

Signed-Off-by: Seokmann Ju <seokmann.ju@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by Ju, Seokmann and committed by 3542adcb 4733804c

+2 -2
+1 -1
drivers/scsi/megaraid.c
··· 5049 5049 MODULE_DEVICE_TABLE(pci, megaraid_pci_tbl); 5050 5050 5051 5051 static struct pci_driver megaraid_pci_driver = { 5052 - .name = "megaraid", 5052 + .name = "megaraid_legacy", 5053 5053 .id_table = megaraid_pci_tbl, 5054 5054 .probe = megaraid_probe_one, 5055 5055 .remove = __devexit_p(megaraid_remove_one),
+1 -1
drivers/scsi/megaraid.h
··· 5 5 #include <linux/mutex.h> 6 6 7 7 #define MEGARAID_VERSION \ 8 - "v2.00.3 (Release Date: Wed Feb 19 08:51:30 EST 2003)\n" 8 + "v2.00.4 (Release Date: Thu Feb 9 08:51:30 EST 2006)\n" 9 9 10 10 /* 11 11 * Driver features - change the values to enable or disable features in the