mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
NFC: Use module_platform_driver macro for nfcwilink.c
Simplify the code by make use of module_platform_driver macro. Signed-off-by: Syam Sidhardhan <s.syam@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
767f19ae69
commit
058576ddfb
@ -604,21 +604,7 @@ static struct platform_driver nfcwilink_driver = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/* ------- Module Init/Exit interfaces ------ */
|
module_platform_driver(nfcwilink_driver);
|
||||||
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 Info ------ */
|
/* ------ Module Info ------ */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user