- drivers-mfd-sm501c-replace-pci_module_init-with-pci_register_driver.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     drivers/mfd/sm501.c: replace pci_module_init with pci_register_driver
has been removed from the -mm tree.  Its filename was
     drivers-mfd-sm501c-replace-pci_module_init-with-pci_register_driver.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: drivers/mfd/sm501.c: replace pci_module_init with pci_register_driver
From: Richard Knutsson <ricknu-0@xxxxxxxxxxxxxx>

Replace pci_module_init with pci_register_driver

Signed-off-by: Richard Knutson <ricknu-0@xxxxxxxxxxxxxx>
Acked-by: Ben Dooks <ben-linux@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/mfd/sm501.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/mfd/sm501.c~drivers-mfd-sm501c-replace-pci_module_init-with-pci_register_driver drivers/mfd/sm501.c
--- a/drivers/mfd/sm501.c~drivers-mfd-sm501c-replace-pci_module_init-with-pci_register_driver
+++ a/drivers/mfd/sm501.c
@@ -1131,7 +1131,7 @@ static struct platform_driver sm501_plat
 static int __init sm501_base_init(void)
 {
 	platform_driver_register(&sm501_plat_drv);
-	return pci_module_init(&sm501_pci_drv);
+	return pci_register_driver(&sm501_pci_drv);
 }
 
 static void __exit sm501_base_exit(void)
_

Patches currently in -mm which might be from ricknu-0@xxxxxxxxxxxxxx are

mtd-maps-ck804xromc-pci_module_init-to-pci_register_driver.patch
drivers-net-vioc-vioc_driverc-replace-pci_module_init-with-pci_register_driver.patch
drivers-scsi-aic7xxx_old-convert-to-generic-boolean-values.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux