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>
This commit is contained in:
Sebastian Reichel
2017-04-27 17:30:09 +02:00
committed by Jonathan Cameron
parent 6576ff740f
commit 42ab9278eb
2 changed files with 3 additions and 4 deletions

View File

@@ -141,6 +141,4 @@ struct twl4030_madc_user_parms {
int status;
u16 result;
};
int twl4030_madc_conversion(struct twl4030_madc_request *conv);
#endif