ODROID-COMMON: media: osd: adjust initcall order of osd module

To fix an issue caused by the initialization process
of framebuffer console driver with built-in option
(CONFIG_FRAMEBUFFER_CONSOLE=y)

Change-Id: I8a84f206b1f73776ccc188193aa217d39d61f16f
This commit is contained in:
Joy Cho
2018-10-16 16:05:22 +09:00
committed by Dongjin Kim
parent 81cee15f5f
commit a3dc28b31c

View File

@@ -4645,7 +4645,7 @@ static void __exit osd_exit_module(void)
platform_driver_unregister(&osd_driver);
}
subsys_initcall(osd_init_module);
module_init(osd_init_module);
module_exit(osd_exit_module);
MODULE_AUTHOR("Platform-BJ <platform.bj@amlogic.com>");