forked from luck/tmp_suning_uos_patched
iio:adc:max9611: Drop explicit setting of the i2c module owner.
This has been handled by the i2c core for some time. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
parent
97623c0a80
commit
a8375d704d
|
@ -572,7 +572,6 @@ static int max9611_probe(struct i2c_client *client,
|
|||
static struct i2c_driver max9611_driver = {
|
||||
.driver = {
|
||||
.name = DRIVER_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = max9611_of_table,
|
||||
},
|
||||
.probe = max9611_probe,
|
||||
|
|
Loading…
Reference in New Issue
Block a user