Input: drop owner assignment from i2c_driver
i2c_driver does not need to set an owner because i2c_register_driver() will set it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:

committed by
Dmitry Torokhov

parent
cee3d8ccbe
commit
800e3b9a68
@@ -229,7 +229,6 @@ MODULE_DEVICE_TABLE(i2c, max11801_ts_id);
|
||||
static struct i2c_driver max11801_ts_driver = {
|
||||
.driver = {
|
||||
.name = "max11801_ts",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.id_table = max11801_ts_id,
|
||||
.probe = max11801_ts_probe,
|
||||
|
Reference in New Issue
Block a user