Subject: + drivers-scsi-initio-convert-to-module_pci_driver.patch added to -mm tree To: clbchenlibo.chen@xxxxxxxxxx,James.Bottomley@xxxxxxxxxxxxxxxxxxxxx,libo.chen@xxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Mon, 03 Jun 2013 15:01:12 -0700 The patch titled Subject: drivers/scsi/initio.c: convert to module_pci_driver has been added to the -mm tree. Its filename is drivers-scsi-initio-convert-to-module_pci_driver.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Libo Chen <clbchenlibo.chen@xxxxxxxxxx> Subject: drivers/scsi/initio.c: convert to module_pci_driver Signed-off-by: Libo Chen <libo.chen@xxxxxxxxxx> Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/scsi/initio.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff -puN drivers/scsi/initio.c~drivers-scsi-initio-convert-to-module_pci_driver drivers/scsi/initio.c --- a/drivers/scsi/initio.c~drivers-scsi-initio-convert-to-module_pci_driver +++ a/drivers/scsi/initio.c @@ -2995,19 +2995,8 @@ static struct pci_driver initio_pci_driv .remove = initio_remove_one, }; -static int __init initio_init_driver(void) -{ - return pci_register_driver(&initio_pci_driver); -} - -static void __exit initio_exit_driver(void) -{ - pci_unregister_driver(&initio_pci_driver); -} +module_pci_driver(initio_pci_driver); MODULE_DESCRIPTION("Initio INI-9X00U/UW SCSI device driver"); MODULE_AUTHOR("Initio Corporation"); MODULE_LICENSE("GPL"); - -module_init(initio_init_driver); -module_exit(initio_exit_driver); _ Patches currently in -mm which might be from clbchenlibo.chen@xxxxxxxxxx are 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-cdrom-gdromc-fix-device-number-leak.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-ide-delkin_cb-convert-to-module_pci_driver.patch drivers-atm-he-convert-to-module_pci_driver.patch drivers-mfd-lpc_ich-convert-to-module_pci_driver.patch drivers-ptp-ptp_pch-convert-to-module_pci_driver.patch drivers-memstick-host-r592-convert-to-module_pci_driver.patch drivers-platform-x86-intel_ips-convert-to-module_pci_driver.patch drivers-media-pci-mantis-mantis_cards-convert-to-module_pci_driver.patch drivers-media-pci-dm1105-dm1105-convert-to-module_pci_driver.patch drivers-media-pci-mantis-hopper_cards-convert-to-module_pci_driver.patch drivers-media-pci-pluto2-pluto2-convert-to-module_pci_driver.patch drivers-media-pci-pt1-pt1-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