aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio/common
diff options
context:
space:
mode:
authorGregor Boirie <gregor.boirie@parrot.com>2016-04-19 11:18:38 +0200
committerJonathan Cameron <jic23@kernel.org>2016-05-29 16:00:56 +0100
commitdfe3ab1af0765eb800da5ce4cb4c685783096d9c (patch)
treeafa392727a935fbe350561513cbd97b81a4e95c4 /include/linux/iio/common
parentiio:st_pressure:initial lps22hb sensor support (diff)
downloadlinux-dev-dfe3ab1af0765eb800da5ce4cb4c685783096d9c.tar.xz
linux-dev-dfe3ab1af0765eb800da5ce4cb4c685783096d9c.zip
iio:st_sensors: unexport st_sensors_get_buffer_element
Remove st_sensors_get_buffer_element symbol export since not explicitly used outside of st_sensors driver. Signed-off-by: Gregor Boirie <gregor.boirie@parrot.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux/iio/common')
-rw-r--r--include/linux/iio/common/st_sensors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/iio/common/st_sensors.h b/include/linux/iio/common/st_sensors.h
index d029ffac0d69..78a193494370 100644
--- a/include/linux/iio/common/st_sensors.h
+++ b/include/linux/iio/common/st_sensors.h
@@ -251,8 +251,6 @@ struct st_sensor_data {
#ifdef CONFIG_IIO_BUFFER
irqreturn_t st_sensors_trigger_handler(int irq, void *p);
-
-int st_sensors_get_buffer_element(struct iio_dev *indio_dev, u8 *buf);
#endif
#ifdef CONFIG_IIO_TRIGGER