[media] staging: 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: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
a53546751d
commit
f103a9c1a0
|
@ -1126,7 +1126,6 @@ MODULE_DEVICE_TABLE(i2c, synaptics_rmi4_id_table);
|
|||
static struct i2c_driver synaptics_rmi4_driver = {
|
||||
.driver = {
|
||||
.name = DRIVER_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &synaptics_rmi4_dev_pm_ops,
|
||||
},
|
||||
.probe = synaptics_rmi4_probe,
|
||||
|
|
Loading…
Reference in New Issue