diff options
Diffstat (limited to 'drivers/iio/dac')
-rw-r--r-- | drivers/iio/dac/max517.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/dac/max517.c b/drivers/iio/dac/max517.c index 92c77c82026c..352abe2004a4 100644 --- a/drivers/iio/dac/max517.c +++ b/drivers/iio/dac/max517.c | |||
@@ -43,7 +43,6 @@ enum max517_device_ids { | |||
43 | }; | 43 | }; |
44 | 44 | ||
45 | struct max517_data { | 45 | struct max517_data { |
46 | struct iio_dev *indio_dev; | ||
47 | struct i2c_client *client; | 46 | struct i2c_client *client; |
48 | unsigned short vref_mv[2]; | 47 | unsigned short vref_mv[2]; |
49 | }; | 48 | }; |