diff options
author | Gregor Boirie <gregor.boirie@parrot.com> | 2016-04-19 11:18:38 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-05-29 16:00:56 +0100 |
commit | dfe3ab1af0765eb800da5ce4cb4c685783096d9c (patch) | |
tree | afa392727a935fbe350561513cbd97b81a4e95c4 /include/linux/iio/common/st_sensors.h | |
parent | e039e2f5b4dab9a90bb5441a154c01a051b1abfa (diff) | |
download | linux-stable-dfe3ab1af0765eb800da5ce4cb4c685783096d9c.tar.gz linux-stable-dfe3ab1af0765eb800da5ce4cb4c685783096d9c.tar.bz2 linux-stable-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/st_sensors.h')
-rw-r--r-- | include/linux/iio/common/st_sensors.h | 2 |
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 |