diff options
| author | Sebastian Reichel <sre@kernel.org> | 2016-08-12 04:25:51 +0200 | 
|---|---|---|
| committer | Sebastian Reichel <sre@kernel.org> | 2017-02-11 19:12:27 +0100 | 
| commit | 6bcde4c103a857074afb97519e1dc6597e97be46 (patch) | |
| tree | 48d4eb3e9a6f230937f011a2a4f15422c0d5e3ff /include | |
| parent | 19f6a2b205545561986d3543d1783dc346449e52 (diff) | |
| download | linux-6bcde4c103a857074afb97519e1dc6597e97be46.tar.bz2 | |
iio: adc: twl4030: Drop twl4030_get_madc_conversion()
Drop legacy twl4030_get_madc_conversion() method. It has been
used by drivers to get madc data before it conversion to IIO
API. There are no users in the mainline kernel anymore.
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 1c0134dd3271..0c919ebb31e0 100644 --- a/include/linux/i2c/twl4030-madc.h +++ b/include/linux/i2c/twl4030-madc.h @@ -143,5 +143,4 @@ struct twl4030_madc_user_parms {  };  int twl4030_madc_conversion(struct twl4030_madc_request *conv); -int twl4030_get_madc_conversion(int channel_no);  #endif |