diff options
author | Sebastian Reichel <sre@kernel.org> | 2016-08-12 04:40:54 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2017-02-11 19:12:28 +0100 |
commit | 895481691da5798fe9b093b738da65576d7d313a (patch) | |
tree | a3b002659ff4fe14bbc5a9df991e6e754e7466d0 /include | |
parent | ae56f77ad66e004619a4eb7fb3f071725cea9a57 (diff) | |
download | linux-twl4030-madc-cleanup.tar.bz2 |
iio: adc: twl4030: remove twl4030_madc_request.func_cbtwl4030-madc-cleanup
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 <sre@kernel.org>
Diffstat (limited to 'include')
-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 { |