diff options
| author | Denis CIOCCA <denis.ciocca@st.com> | 2013-01-30 04:15:00 -0500 |
|---|---|---|
| committer | Jonathan Cameron <jic23@kernel.org> | 2013-02-02 04:37:54 -0500 |
| commit | 4d2e4fc224d0d5e56fdb0baa7cd135d1557b0a25 (patch) | |
| tree | c60c42540c8a9f0d1341ed00afe89d4ee0fb8933 /include/linux/iio/common | |
| parent | 9dbf091da080508e9f632d307f357beb79a0766b (diff) | |
iio:common: removed unused functions outside st_sensors library
This patch remove st_sensors_get_sampling_frequency_avl and
st_sensors_get_scale_avl functions used only in
st_sensors_sysfs_sampling_frequency_avail and st_sensors_sysfs_scale_avail
sysfs functions.
Signed-off-by: Denis Ciocca <denis.ciocca@st.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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/iio/common/st_sensors.h b/include/linux/iio/common/st_sensors.h index 3cc85715491f..c40fdf537f69 100644 --- a/include/linux/iio/common/st_sensors.h +++ b/include/linux/iio/common/st_sensors.h | |||
| @@ -243,10 +243,6 @@ int st_sensors_set_enable(struct iio_dev *indio_dev, bool enable); | |||
| 243 | 243 | ||
| 244 | int st_sensors_set_axis_enable(struct iio_dev *indio_dev, u8 axis_enable); | 244 | int st_sensors_set_axis_enable(struct iio_dev *indio_dev, u8 axis_enable); |
| 245 | 245 | ||
| 246 | int st_sensors_get_sampling_frequency_avl(struct iio_dev *indio_dev, char *buf); | ||
| 247 | |||
| 248 | int st_sensors_get_scale_avl(struct iio_dev *indio_dev, char *buf); | ||
| 249 | |||
| 250 | int st_sensors_set_odr(struct iio_dev *indio_dev, unsigned int odr); | 246 | int st_sensors_set_odr(struct iio_dev *indio_dev, unsigned int odr); |
| 251 | 247 | ||
| 252 | int st_sensors_set_dataready_irq(struct iio_dev *indio_dev, bool enable); | 248 | int st_sensors_set_dataready_irq(struct iio_dev *indio_dev, bool enable); |
