From a8375d704d462fcedf9acd942d4aa9f91f846742 Mon Sep 17 00:00:00 2001 From: Jonathan Cameron Date: Sun, 23 Jul 2017 17:26:22 +0100 Subject: 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 --- drivers/iio/adc/max9611.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/iio/adc/max9611.c') diff --git a/drivers/iio/adc/max9611.c b/drivers/iio/adc/max9611.c index 9edfbab..0538ff8 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, -- cgit v1.1