iio: trigger: make stub functions static inline
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 20 Jul 2020 13:51:33 +0000 (16:51 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 22 Aug 2020 09:53:18 +0000 (10:53 +0100)
commit4d55cb8e78df3d6bb40ff4abf02bb15d1145846c
treeeafac66f309c4152ac96aa5b493db6084240d8c5
parent33825b27c918d8c9be50c2a4fdee30cb706bdad8
iio: trigger: make stub functions static inline

Make sure that the trigger function stubs are all static inline.
Otherwise we might see compiler warnings about declared but unused
functions.

Fixes 77712e5fbe2e4: ("Staging: iio: Staticise non-exported functions")
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/iio_core_trigger.h