Skip to content

Commit

Permalink
staging:iio:adc:ad7606 remove unused chip info elements.
Browse files Browse the repository at this point in the history
These are now handled through the chan_spec arrays and no one
is using them anymore.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Oct 3, 2011
1 parent 8cbb36a commit 3f0676a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/iio/adc/ad7606.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ struct ad7606_platform_data {

struct ad7606_chip_info {
const char *name;
u8 bits;
char sign;
u16 int_vref_mv;
struct iio_chan_spec *channels;
unsigned num_channels;
Expand Down

0 comments on commit 3f0676a

Please sign in to comment.