|
@@ -22,7 +22,7 @@
|
|
|
#include <linux/iio/common/st_sensors.h>
|
|
|
|
|
|
|
|
|
-int st_sensors_get_buffer_element(struct iio_dev *indio_dev, u8 *buf)
|
|
|
+static int st_sensors_get_buffer_element(struct iio_dev *indio_dev, u8 *buf)
|
|
|
{
|
|
|
int i, len;
|
|
|
int total = 0;
|
|
@@ -49,7 +49,6 @@ int st_sensors_get_buffer_element(struct iio_dev *indio_dev, u8 *buf)
|
|
|
|
|
|
return total;
|
|
|
}
|
|
|
-EXPORT_SYMBOL(st_sensors_get_buffer_element);
|
|
|
|
|
|
irqreturn_t st_sensors_trigger_handler(int irq, void *p)
|
|
|
{
|