Thread (8 messages) 8 messages, 8 authors, 2011-11-30

Re: [PATCH] mmc: convert drivers/mmc/host/* to use module_platform_driver()

From: Micha <mirq-linux@rere.qmqm.pl>
Date: 2011-11-27 02:25:50
Also in: lkml

On Sat, Nov 26, 2011 at 12:55:43PM +0800, Axel Lin wrote:
This patch converts the drivers in drivers/mmc/host/* to use the
module_platform_driver() macro which makes the code smaller and a bit
simpler.
[...]
quoted hunk ↗ jump to hunk
--- a/drivers/mmc/host/cb710-mmc.c
+++ b/drivers/mmc/host/cb710-mmc.c
@@ -780,18 +780,7 @@ static struct platform_driver cb710_mmc_driver = {
 #endif
 };
 
-static int __init cb710_mmc_init_module(void)
-{
-	return platform_driver_register(&cb710_mmc_driver);
-}
-
-static void __exit cb710_mmc_cleanup_module(void)
-{
-	platform_driver_unregister(&cb710_mmc_driver);
-}
-
-module_init(cb710_mmc_init_module);
-module_exit(cb710_mmc_cleanup_module);
+module_platform_driver(cb710_mmc_driver);
No functional change, so:

[for cb710]
Acked-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help