Subject: [merged] drivers-media-pci-pt1-pt1-convert-to-module_pci_driver.patch removed from -mm tree To: clbchenlibo.chen@xxxxxxxxxx,libo.chen@xxxxxxxxxx,mchehab@xxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Tue, 25 Jun 2013 12:22:52 -0700 The patch titled Subject: drivers/media/pci/pt1/pt1.c: convert to module_pci_driver has been removed from the -mm tree. Its filename was drivers-media-pci-pt1-pt1-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/media/pci/pt1/pt1.c: convert to module_pci_driver Signed-off-by: Libo Chen <libo.chen@xxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/pci/pt1/pt1.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff -puN drivers/media/pci/pt1/pt1.c~drivers-media-pci-pt1-pt1-convert-to-module_pci_driver drivers/media/pci/pt1/pt1.c --- a/drivers/media/pci/pt1/pt1.c~drivers-media-pci-pt1-pt1-convert-to-module_pci_driver +++ a/drivers/media/pci/pt1/pt1.c @@ -1225,20 +1225,7 @@ static struct pci_driver pt1_driver = { .id_table = pt1_id_table, }; - -static int __init pt1_init(void) -{ - return pci_register_driver(&pt1_driver); -} - - -static void __exit pt1_cleanup(void) -{ - pci_unregister_driver(&pt1_driver); -} - -module_init(pt1_init); -module_exit(pt1_cleanup); +module_pci_driver(pt1_driver); MODULE_AUTHOR("Takahito HIRANO <hiranotaka@xxxxxxxx>"); MODULE_DESCRIPTION("Earthsoft PT1/PT2 Driver"); _ Patches currently in -mm which might be from clbchenlibo.chen@xxxxxxxxxx are linux-next.patch drivers-platform-x86-intel_ips-convert-to-module_pci_driver.patch drivers-iommu-msm_iommu_devc-fix-leak-and-clean-up-error-paths.patch drivers-iommu-msm_iommu_devc-fix-leak-and-clean-up-error-paths-fix.patch drivers-ide-delkin_cb-convert-to-module_pci_driver.patch drivers-atm-he-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 drivers-net-irda-donauboe-convert-to-module_pci_driver.patch drivers-cdrom-gdromc-fix-device-number-leak.patch drivers-memstick-host-r592-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