summaryrefslogtreecommitdiffstats
path: root/include/linux/iio/iio.h
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2022-02-20 16:33:27 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-06-14 11:53:09 +0100
commit9822bb87cee12a9d1e3321b652ba537af1f174aa (patch)
treecc829cc680cadfb942c2dae9d9fb4c6b7f678f86 /include/linux/iio/iio.h
parentccb64316cf7e20a9468333f73e7f7c60de911604 (diff)
downloadlinux-9822bb87cee12a9d1e3321b652ba537af1f174aa.tar.bz2
iio: core: drop iio_get_time_res()
This function was introduced with the ability to pick a clock. There are no upstream users so presumably it isn't as obviously useful as it seemed at the time. Hence drop it. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20220220163327.424696-1-jic23@kernel.org
Diffstat (limited to 'include/linux/iio/iio.h')
-rw-r--r--include/linux/iio/iio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h
index 233d2e6b7721..f6ea2ed99457 100644
--- a/include/linux/iio/iio.h
+++ b/include/linux/iio/iio.h
@@ -313,7 +313,6 @@ static inline bool iio_channel_has_available(const struct iio_chan_spec *chan,
}
s64 iio_get_time_ns(const struct iio_dev *indio_dev);
-unsigned int iio_get_time_res(const struct iio_dev *indio_dev);
/*
* Device operating modes