The patch titled pci_module_init() convertion in the legacy megaraid driver has been removed from the -mm tree. Its filename was pci_module_init-convertion-in-the-legacy-megaraid-driver.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: pci_module_init() convertion in the legacy megaraid driver From: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> pci_module_init() convertion in the legacy megaraid driver. Signed-off-by: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/scsi/megaraid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/megaraid.c~pci_module_init-convertion-in-the-legacy-megaraid-driver drivers/scsi/megaraid.c --- a/drivers/scsi/megaraid.c~pci_module_init-convertion-in-the-legacy-megaraid-driver +++ a/drivers/scsi/megaraid.c @@ -5077,7 +5077,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); _ Patches currently in -mm which might be from henne@xxxxxxxxxxxxxxxx are pci_module_init-convertion-in-tmscsimc.patch scsi-whitespace-cleanup-in-the-dpt-driver.patch pci_module_init-convertion-for-k8_edacc.patch mark-pci_module_init-deprecated.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html