mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk fb: fb and screen driver load as fs_initcall
This commit is contained in:
@@ -3018,5 +3018,5 @@ static void __exit rk_fb_exit(void)
|
||||
platform_driver_unregister(&rk_fb_driver);
|
||||
}
|
||||
|
||||
subsys_initcall_sync(rk_fb_init);
|
||||
fs_initcall(rk_fb_init);
|
||||
module_exit(rk_fb_exit);
|
||||
|
||||
@@ -62,6 +62,6 @@ static void __exit rk_screen_exit(void)
|
||||
platform_driver_unregister(&rk_screen_driver);
|
||||
}
|
||||
|
||||
subsys_initcall_sync(rk_screen_init);
|
||||
fs_initcall(rk_screen_init);
|
||||
module_exit(rk_screen_exit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user