summaryrefslogtreecommitdiffstats
path: root/include/linux/i2c/twl4030-madc.h
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2016-08-12 04:32:21 +0200
committerSebastian Reichel <sre@kernel.org>2017-02-11 19:12:27 +0100
commite0c39e4c748e6cf872f718023eb2a06edab4fabd (patch)
tree2de28af1776f6e808b821d469c8483e72998b289 /include/linux/i2c/twl4030-madc.h
parent6bcde4c103a857074afb97519e1dc6597e97be46 (diff)
downloadlinux-e0c39e4c748e6cf872f718023eb2a06edab4fabd.tar.bz2
iio: adc: twl4030: Unexport twl4030_madc_conversion()
All madc users have been converted to IIO API, so drop the legacy API. The function is still used inside of the driver. Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'include/linux/i2c/twl4030-madc.h')
-rw-r--r--include/linux/i2c/twl4030-madc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2c/twl4030-madc.h b/include/linux/i2c/twl4030-madc.h
index 0c919ebb31e0..be9260e261ac 100644
--- a/include/linux/i2c/twl4030-madc.h
+++ b/include/linux/i2c/twl4030-madc.h
@@ -141,6 +141,4 @@ struct twl4030_madc_user_parms {
int status;
u16 result;
};
-
-int twl4030_madc_conversion(struct twl4030_madc_request *conv);
#endif