Skip to content

Commit

Permalink
iio: remove indio_dev pointer from max517_data
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Roland Stigge <stigge@antcom.de>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Peter Meerwald authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent 17c88eb commit 227d5e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iio/dac/max517.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ enum max517_device_ids {
};

struct max517_data {
struct iio_dev *indio_dev;
struct i2c_client *client;
unsigned short vref_mv[2];
};
Expand Down

0 comments on commit 227d5e0

Please sign in to comment.