mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 14:40:53 +07:00
usb: musb: am35x: use module_platform_driver macro
This patch removes some code duplication by using module_platform_driver. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
ddffeb8c4d
commit
a0a83eb407
@ -648,15 +648,4 @@ static struct platform_driver am35x_driver = {
|
|||||||
MODULE_DESCRIPTION("AM35x MUSB Glue Layer");
|
MODULE_DESCRIPTION("AM35x MUSB Glue Layer");
|
||||||
MODULE_AUTHOR("Ajay Kumar Gupta <ajay.gupta@ti.com>");
|
MODULE_AUTHOR("Ajay Kumar Gupta <ajay.gupta@ti.com>");
|
||||||
MODULE_LICENSE("GPL v2");
|
MODULE_LICENSE("GPL v2");
|
||||||
|
module_platform_driver(am35x_driver);
|
||||||
static int __init am35x_init(void)
|
|
||||||
{
|
|
||||||
return platform_driver_register(&am35x_driver);
|
|
||||||
}
|
|
||||||
module_init(am35x_init);
|
|
||||||
|
|
||||||
static void __exit am35x_exit(void)
|
|
||||||
{
|
|
||||||
platform_driver_unregister(&am35x_driver);
|
|
||||||
}
|
|
||||||
module_exit(am35x_exit);
|
|
||||||
|
Loading…
Reference in New Issue
Block a user