Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18850432 authored by Shantanu Jain's avatar Shantanu Jain Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarShantanu Jain <shjain@codeaurora.org>
parent 3f4d270a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");