diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-04-27 18:30:08 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-06-11 17:07:30 +0300 |
commit | 6576ff740f5c1e6705d33b9d6a922526f20fa0dc (patch) | |
tree | ca0ab5be6d399faec758ef7aca6c5d12768e80c3 /include/linux/i2c | |
parent | 95e339b6e85d03438d1d9236ccaff4ecd895f3ab (diff) | |
download | linux-6576ff740f5c1e6705d33b9d6a922526f20fa0dc.tar.xz |
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 <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 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 |