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

Commit 710abe40 authored by Shantanu Jain's avatar Shantanu Jain
Browse files

input: touchscreen: Change late_init call to module_init



Change late_initcall usage in goodix driver to module_init.

Change-Id: I59681138448584fc7a04c95dc8af3d4c3d395ff0
CRs-fixed: 563946
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent 42b70f66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2305,7 +2305,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");