The patch titled pci_module_init() conversion for pata_pdc2027x has been removed from the -mm tree. Its filename is pci_module_init-conversion-for-pata_pdc2027x.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: pci_module_init() conversion for pata_pdc2027x From: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> pci_module_init() conversion for pata_pdc2027x Signed-off-by: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Acked-by: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ata/pata_pdc2027x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/ata/pata_pdc2027x.c~pci_module_init-conversion-for-pata_pdc2027x drivers/ata/pata_pdc2027x.c --- a/drivers/ata/pata_pdc2027x.c~pci_module_init-conversion-for-pata_pdc2027x +++ a/drivers/ata/pata_pdc2027x.c @@ -853,7 +853,7 @@ static void __devexit pdc2027x_remove_on */ static int __init pdc2027x_init(void) { - return pci_module_init(&pdc2027x_pci_driver); + return pci_register_driver(&pdc2027x_pci_driver); } /** _ Patches currently in -mm which might be from henne@xxxxxxxxxxxxxxxx are origin.patch git-infiniband.patch git-libata-all.patch git-netdev-all.patch scsi-convert-ninja-driver-to-struct-scsi_cmnd.patch fc4-conversion-to-struct-scsi_cmnd-in-fc4.patch scsi-scsi_cmnd-convertion-in-sun3-driver.patch scsi-scsi_cmnd-conversion-in-qlogicfas408-driver.patch scsi-scsi_cmnd-convertion-in-psi240i-driver.patch pci_module_init-convertion-in-the-legacy-megaraid-driver.patch pci_module_init-convertion-in-tmscsimc.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