mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Display: slimport: move slimport init before USB and power
to make charging IC function correctly Change-Id: I619ee5eccb85e586b8a5adbacc40115547e1d168 Reviewed-on: http://mcrd1-5.corpnet.asus/code-review/master/68687 Reviewed-by: Yetta Wu <Yetta_Wu@asus.com> Tested-by: Yetta Wu <Yetta_Wu@asus.com> Reviewed-by: Warlock Tai <warlock_tai@asus.com>
This commit is contained in:
parent
756e672f0f
commit
af97efc092
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ static void __exit anx7808_exit(void)
|
|||
i2c_del_driver(&anx7808_driver);
|
||||
}
|
||||
|
||||
late_initcall(anx7808_init);
|
||||
module_init(anx7808_init);
|
||||
module_exit(anx7808_exit);
|
||||
|
||||
MODULE_DESCRIPTION("Slimport transmitter ANX7808 driver");
|
||||
|
|
Loading…
Reference in a new issue