mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
rk3036 hdmi: change hdmi module_init
This commit is contained in:
@@ -539,5 +539,5 @@ static void __exit rk3036_hdmi_exit(void)
|
||||
platform_driver_unregister(&rk3036_hdmi_driver);
|
||||
}
|
||||
|
||||
device_initcall_sync(rk3036_hdmi_init);
|
||||
module_init(rk3036_hdmi_init);
|
||||
module_exit(rk3036_hdmi_exit);
|
||||
|
||||
Reference in New Issue
Block a user