[PATCH -next] wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code

Subsystems: freescale quicc engine ucc hdlc driver, networking drivers, the rest

STALE3674d

2 messages, 2 authors, 2016-07-20 · open the first message on its own page

[PATCH -next] wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code

From: Wei Yongjun <hidden>
Date: 2016-07-19 11:40:43

From: Wei Yongjun <redacted>

module_platform_driver() makes the code simpler by eliminating
boilerplate code.

Signed-off-by: Wei Yongjun <redacted>
---
 drivers/net/wan/fsl_ucc_hdlc.c | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/drivers/net/wan/fsl_ucc_hdlc.c b/drivers/net/wan/fsl_ucc_hdlc.c
index b3861bf..3f6b218 100644
--- a/drivers/net/wan/fsl_ucc_hdlc.c
+++ b/drivers/net/wan/fsl_ucc_hdlc.c
@@ -1175,15 +1175,4 @@ static struct platform_driver ucc_hdlc_driver = {
 	},
 };
 
-static int __init ucc_hdlc_init(void)
-{
-	return platform_driver_register(&ucc_hdlc_driver);
-}
-
-static void __exit ucc_hdlc_exit(void)
-{
-	platform_driver_unregister(&ucc_hdlc_driver);
-}
-
-module_init(ucc_hdlc_init);
-module_exit(ucc_hdlc_exit);
+module_platform_driver(ucc_hdlc_driver);

Re: [PATCH -next] wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code

From: David Miller <davem@davemloft.net>
Date: 2016-07-20 21:47:59

From: Wei Yongjun <redacted>
Date: Tue, 19 Jul 2016 11:25:16 +0000
From: Wei Yongjun <redacted>

module_platform_driver() makes the code simpler by eliminating
boilerplate code.

Signed-off-by: Wei Yongjun <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help