Subject: [merged] drivers-atm-he-convert-to-module_pci_driver.patch removed from -mm tree To: clbchenlibo.chen@xxxxxxxxxx,chas@xxxxxxxxxxxxxxxx,libo.chen@xxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Mon, 16 Sep 2013 12:50:14 -0700 The patch titled Subject: drivers/atm/he.c: convert to module_pci_driver has been removed from the -mm tree. Its filename was drivers-atm-he-convert-to-module_pci_driver.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Libo Chen <clbchenlibo.chen@xxxxxxxxxx> Subject: drivers/atm/he.c: convert to module_pci_driver Signed-off-by: Libo Chen <libo.chen@xxxxxxxxxx> Cc: Chas Williams <chas@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/atm/he.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff -puN drivers/atm/he.c~drivers-atm-he-convert-to-module_pci_driver drivers/atm/he.c --- a/drivers/atm/he.c~drivers-atm-he-convert-to-module_pci_driver +++ a/drivers/atm/he.c @@ -2872,15 +2872,4 @@ static struct pci_driver he_driver = { .id_table = he_pci_tbl, }; -static int __init he_init(void) -{ - return pci_register_driver(&he_driver); -} - -static void __exit he_cleanup(void) -{ - pci_unregister_driver(&he_driver); -} - -module_init(he_init); -module_exit(he_cleanup); +module_pci_driver(he_driver); _ Patches currently in -mm which might be from clbchenlibo.chen@xxxxxxxxxx are origin.patch linux-next.patch drivers-net-irda-donauboe-convert-to-module_pci_driver.patch drivers-scsi-a100u2w-convert-to-module_pci_driver.patch drivers-scsi-dc395x-convert-to-module_pci_driver.patch drivers-scsi-dmx3191d-convert-to-module_pci_driver.patch drivers-scsi-initio-convert-to-module_pci_driver.patch drivers-scsi-mvumi-convert-to-module_pci_driver.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