diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-04-27 17:30:09 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-06-11 15:07:31 +0100 |
commit | 42ab9278eb3abfe8b500abe6681c8549c408ec8f (patch) | |
tree | aeae9e4a028dbca7d9bd7e1d1dfd2aa170fe8816 /include/linux/i2c | |
parent | 6576ff740f5c1e6705d33b9d6a922526f20fa0dc (diff) | |
download | op-kernel-dev-42ab9278eb3abfe8b500abe6681c8549c408ec8f.zip op-kernel-dev-42ab9278eb3abfe8b500abe6681c8549c408ec8f.tar.gz |
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 <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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2c/twl4030-madc.h b/include/linux/i2c/twl4030-madc.h index 0c919eb..be9260e 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 |