video: grvga: Use module_platform_driver
module_platform_driver removes some boilerplate code and makes it simple. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Kristoffer Glembo <kristoffer@gaisler.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
93f571728f
commit
350d72f0ed
@ -557,19 +557,7 @@ static struct platform_driver grvga_driver = {
|
|||||||
.remove = grvga_remove,
|
.remove = grvga_remove,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
module_platform_driver(grvga_driver);
|
||||||
static int __init grvga_init(void)
|
|
||||||
{
|
|
||||||
return platform_driver_register(&grvga_driver);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void __exit grvga_exit(void)
|
|
||||||
{
|
|
||||||
platform_driver_unregister(&grvga_driver);
|
|
||||||
}
|
|
||||||
|
|
||||||
module_init(grvga_init);
|
|
||||||
module_exit(grvga_exit);
|
|
||||||
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_AUTHOR("Aeroflex Gaisler");
|
MODULE_AUTHOR("Aeroflex Gaisler");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user