pwm: pca9685: Drop owner assignment
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: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
6e146f5c41
commit
09c14459f2
|
@ -285,7 +285,6 @@ MODULE_DEVICE_TABLE(of, pca9685_dt_ids);
|
|||
static struct i2c_driver pca9685_i2c_driver = {
|
||||
.driver = {
|
||||
.name = "pca9685-pwm",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = pca9685_dt_ids,
|
||||
},
|
||||
.probe = pca9685_pwm_probe,
|
||||
|
|
Loading…
Reference in New Issue