1
0
Fork 0

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>
hifive-unleashed-5.1
Krzysztof Kozlowski 2015-07-10 15:28:10 +09:00 committed by Thierry Reding
parent 6e146f5c41
commit 09c14459f2
1 changed files with 0 additions and 1 deletions

View File

@ -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,