mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk3036/rk3128 tve: use module_init.
This commit is contained in:
@@ -409,7 +409,7 @@ static void __exit rk3036_tve_exit(void)
|
||||
platform_driver_unregister(&rk3036_tve_driver);
|
||||
}
|
||||
|
||||
late_initcall(rk3036_tve_init);
|
||||
module_init(rk3036_tve_init);
|
||||
module_exit(rk3036_tve_exit);
|
||||
|
||||
/* Module information */
|
||||
|
||||
Reference in New Issue
Block a user