Re: [PATCH v2] iio: trigger: make stub functions static inline

2020-07-26 Thread Jonathan Cameron
On Mon, 20 Jul 2020 16:51:33 +0300 Alexandru Ardelean wrote: > From: Lars-Peter Clausen > > 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-

[PATCH v2] iio: trigger: make stub functions static inline

2020-07-20 Thread Alexandru Ardelean
From: Lars-Peter Clausen 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 Signed-off-by: Alexan