diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-04-27 18:30:11 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-06-11 17:07:32 +0300 |
commit | 842eb60b044454f186b4e1da87a4333a9827b62f (patch) | |
tree | 89c083d1a3416d127526e3068c4bdb3ae53ea05b /include/linux/i2c | |
parent | 1adf5a3c0d60ad76a873e90a25a456fd51971774 (diff) | |
download | linux-842eb60b044454f186b4e1da87a4333a9827b62f.tar.xz |
iio: adc: twl4030: Remove twl4030_madc_request.func_cb
This functionality is not used by the IIO subsystem. Due
to removal of legacy API it can also be removed.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/twl4030-madc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c/twl4030-madc.h b/include/linux/i2c/twl4030-madc.h index f395700fb933..34e94747b61e 100644 --- a/include/linux/i2c/twl4030-madc.h +++ b/include/linux/i2c/twl4030-madc.h @@ -51,7 +51,6 @@ struct twl4030_madc_request { bool result_pending; bool raw; int rbuf[TWL4030_MADC_MAX_CHANNELS]; - void (*func_cb)(int len, int channels, int *buf); }; enum conversion_methods { |