aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.co.uk>2017-04-27 17:30:08 +0200
committerJonathan Cameron <jic23@kernel.org>2017-06-11 15:07:30 +0100
commit6576ff740f5c1e6705d33b9d6a922526f20fa0dc (patch)
treeca0ab5be6d399faec758ef7aca6c5d12768e80c3 /include/linux/i2c
parentiio: adc: stm32: add support for STM32H7 (diff)
downloadlinux-dev-6576ff740f5c1e6705d33b9d6a922526f20fa0dc.tar.xz
linux-dev-6576ff740f5c1e6705d33b9d6a922526f20fa0dc.zip
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.h1
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