RE: [PATCH] iio: trigger: Staticise stub functions

2020-07-18 Thread Ardelean, Alexandru
. -Original Message- From: Lars-Peter Clausen Sent: Saturday, July 18, 2020 7:37 PM To: Jonathan Cameron ; Ardelean, Alexandru Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH] iio: trigger: Staticise stub functions [External] On 7/18/20 6:25 PM, Jonathan Cameron

Re: [PATCH] iio: trigger: Staticise stub functions

2020-07-18 Thread Lars-Peter Clausen
On 7/18/20 6:25 PM, Jonathan Cameron wrote: On Tue, 14 Jul 2020 17:24:56 +0300 Alexandru Ardelean wrote: From: Lars-Peter Clausen Make sure that the trigger function stubs are all static inline. Otherwise we'll get linker errors due to multiple definitions of the same function. Fixes

Re: [PATCH] iio: trigger: Staticise stub functions

2020-07-18 Thread Jonathan Cameron
On Tue, 14 Jul 2020 17:24:56 +0300 Alexandru Ardelean wrote: > From: Lars-Peter Clausen > > Make sure that the trigger function stubs are all static inline. Otherwise > we'll get linker errors due to multiple definitions of the same function. > > Fixes f8c6f4e9a40d4: ("iio: trigger: Staticise

[PATCH] iio: trigger: Staticise stub functions

2020-07-14 Thread Alexandru Ardelean
From: Lars-Peter Clausen Make sure that the trigger function stubs are all static inline. Otherwise we'll get linker errors due to multiple definitions of the same function. Fixes f8c6f4e9a40d4: ("iio: trigger: Staticise stub functions") Signed-off-by: Lars-Peter Clausen Signed-off-by: