mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user