1
0
Fork 0

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>
hifive-unleashed-5.1
Jonathan Cameron 2017-07-23 17:26:22 +01:00 committed by Jonathan Cameron
parent 97623c0a80
commit a8375d704d
1 changed files with 0 additions and 1 deletions

View File

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