diff options
Diffstat (limited to 'drivers/iio/light/max44000.c')
| -rw-r--r-- | drivers/iio/light/max44000.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/max44000.c b/drivers/iio/light/max44000.c index d6d8007ba430..aa8ed1e3e89a 100644 --- a/drivers/iio/light/max44000.c +++ b/drivers/iio/light/max44000.c @@ -538,7 +538,6 @@ static int max44000_probe(struct i2c_client *client,  	i2c_set_clientdata(client, indio_dev);  	mutex_init(&data->lock); -	indio_dev->dev.parent = &client->dev;  	indio_dev->info = &max44000_info;  	indio_dev->name = MAX44000_DRV_NAME;  	indio_dev->channels = max44000_channels;  |