* [PATCH] NFC: use module_platform_driver macro for nfcwilink.c
@ 2012-08-15 8:34 Syam Sidhardhan
2012-08-17 22:02 ` Samuel Ortiz
0 siblings, 1 reply; 2+ messages in thread
From: Syam Sidhardhan @ 2012-08-15 8:34 UTC (permalink / raw)
To: linville; +Cc: linux-wireless, lauro.venancio, aloisio.almeida, sameo
Simplify the code by make use of module_platform_driver macro.
Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
---
drivers/nfc/nfcwilink.c | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/drivers/nfc/nfcwilink.c b/drivers/nfc/nfcwilink.c
index e7fd493..827f039 100644
--- a/drivers/nfc/nfcwilink.c
+++ b/drivers/nfc/nfcwilink.c
@@ -604,21 +604,7 @@ static struct platform_driver nfcwilink_driver = {
},
};
-/* ------- Module Init/Exit interfaces ------ */
-static int __init nfcwilink_init(void)
-{
- printk(KERN_INFO "NFC Driver for TI WiLink");
-
- return platform_driver_register(&nfcwilink_driver);
-}
-
-static void __exit nfcwilink_exit(void)
-{
- platform_driver_unregister(&nfcwilink_driver);
-}
-
-module_init(nfcwilink_init);
-module_exit(nfcwilink_exit);
+module_platform_driver(nfcwilink_driver);
/* ------ Module Info ------ */
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] NFC: use module_platform_driver macro for nfcwilink.c
2012-08-15 8:34 [PATCH] NFC: use module_platform_driver macro for nfcwilink.c Syam Sidhardhan
@ 2012-08-17 22:02 ` Samuel Ortiz
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2012-08-17 22:02 UTC (permalink / raw)
To: Syam Sidhardhan; +Cc: linville, linux-wireless, lauro.venancio, aloisio.almeida
Hi Syam,
On Wed, Aug 15, 2012 at 02:04:10PM +0530, Syam Sidhardhan wrote:
> Simplify the code by make use of module_platform_driver macro.
>
> Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
> ---
> drivers/nfc/nfcwilink.c | 16 +---------------
> 1 file changed, 1 insertion(+), 15 deletions(-)
Thanks, patch applied.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-17 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-15 8:34 [PATCH] NFC: use module_platform_driver macro for nfcwilink.c Syam Sidhardhan
2012-08-17 22:02 ` Samuel Ortiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox