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

Commit cb544cb0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: Change late_init call to module_init"

parents 3de5425f 710abe40
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");