From: Jonathan Cameron Date: Sun, 23 Jul 2017 16:26:22 +0000 (+0100) Subject: iio:adc:max9611: Drop explicit setting of the i2c module owner. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a8375d704d462fcedf9acd942d4aa9f91f846742;p=openwrt%2Fstaging%2Fblogic.git 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 Reviewed-by: Lars-Peter Clausen --- diff --git a/drivers/iio/adc/max9611.c b/drivers/iio/adc/max9611.c index 9edfbabf4e4d..0538ff8c4ac1 100644 --- a/drivers/iio/adc/max9611.c +++ b/drivers/iio/adc/max9611.c @@ -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,