Video / jz4740_fb: Use module_platform_driver() to simplify code
Convert to module_platform_driver() to simplify code. Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
ae6b639dd8
commit
5fc89379da
@ -798,18 +798,7 @@ static struct platform_driver jzfb_driver = {
|
|||||||
.pm = JZFB_PM_OPS,
|
.pm = JZFB_PM_OPS,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
module_platform_driver(jzfb_driver);
|
||||||
static int __init jzfb_init(void)
|
|
||||||
{
|
|
||||||
return platform_driver_register(&jzfb_driver);
|
|
||||||
}
|
|
||||||
module_init(jzfb_init);
|
|
||||||
|
|
||||||
static void __exit jzfb_exit(void)
|
|
||||||
{
|
|
||||||
platform_driver_unregister(&jzfb_driver);
|
|
||||||
}
|
|
||||||
module_exit(jzfb_exit);
|
|
||||||
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_AUTHOR("Lars-Peter Clausen <lars@metafoo.de>");
|
MODULE_AUTHOR("Lars-Peter Clausen <lars@metafoo.de>");
|
||||||
|
Loading…
Reference in New Issue
Block a user