mmc: omap_hsmmc: convert to module_platform_driver
This will delete some boilerplate code, no functional changes. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Venkatraman S <svenkatr@ti.com> Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
@@ -2204,21 +2204,7 @@ static struct platform_driver omap_hsmmc_driver = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static int __init omap_hsmmc_init(void)
|
module_platform_driver(omap_hsmmc_driver);
|
||||||
{
|
|
||||||
/* Register the MMC driver */
|
|
||||||
return platform_driver_register(&omap_hsmmc_driver);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void __exit omap_hsmmc_cleanup(void)
|
|
||||||
{
|
|
||||||
/* Unregister MMC driver */
|
|
||||||
platform_driver_unregister(&omap_hsmmc_driver);
|
|
||||||
}
|
|
||||||
|
|
||||||
module_init(omap_hsmmc_init);
|
|
||||||
module_exit(omap_hsmmc_cleanup);
|
|
||||||
|
|
||||||
MODULE_DESCRIPTION("OMAP High Speed Multimedia Card driver");
|
MODULE_DESCRIPTION("OMAP High Speed Multimedia Card driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_ALIAS("platform:" DRIVER_NAME);
|
MODULE_ALIAS("platform:" DRIVER_NAME);
|
||||||
|
Reference in New Issue
Block a user