input: touchscreen: Change late_init call to module_init
Change late_initcall usage in goodix driver to module_init. Change-Id: I59681138448584fc7a04c95dc8af3d4c3d395ff0 Signed-off-by: Shantanu Jain <shjain@codeaurora.org>
This commit is contained in:
parent
3f4d270af7
commit
18850432fd
1 changed files with 1 additions and 1 deletions
|
@ -2287,7 +2287,7 @@ static void __exit goodix_ts_exit(void)
|
|||
i2c_del_driver(&goodix_ts_driver);
|
||||
}
|
||||
|
||||
late_initcall(goodix_ts_init);
|
||||
module_init(goodix_ts_init);
|
||||
module_exit(goodix_ts_exit);
|
||||
|
||||
MODULE_DESCRIPTION("GTP Series Driver");
|
||||
|
|
Loading…
Add table
Reference in a new issue