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

Commit 726d0d40 authored by Fengguang Wu's avatar Fengguang Wu Committed by Dmitry Torokhov
Browse files

Input: ft6236 - do not explicitly set driver's owner



There is no need to explicitly set .owner for the driver, the core will do
it for us.

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 8b58cc36
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -313,7 +313,6 @@ MODULE_DEVICE_TABLE(i2c, ft6236_id);
static struct i2c_driver ft6236_driver = {
	.driver = {
		.name = "ft6236",
		.owner = THIS_MODULE,
		.of_match_table = of_match_ptr(ft6236_of_match),
	},
	.probe = ft6236_probe,