mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 05:11:32 +00:00
staging:iio:adc:ad7606 remove unused chip info elements.
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>
This commit is contained in:
parent
8cbb36a023
commit
3f0676a874
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user