On Thu, 6 Jun 2024 09:01:10 +0200 Sean Nyekjaer <sean@xxxxxxxxxx> wrote: > On Wed, Jun 05, 2024 at 10:38:06PM UTC, A. Sverdlin wrote: > > From: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxxxx> > > > > Provide missing symbols to the module: > > ERROR: modpost: iio_push_to_buffers [drivers/iio/accel/fxls8962af-core.ko] undefined! > > ERROR: modpost: devm_iio_kfifo_buffer_setup_ext [drivers/iio/accel/fxls8962af-core.ko] undefined! > > > > Cc: stable@xxxxxxxxxxxxxxx > > Fixes: 79e3a5bdd9ef ("iio: accel: fxls8962af: add hw buffered sampling") > > Signed-off-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxxxx> > Reviewed-by: Sean Nyekjaer <sean@xxxxxxxxxx> Applied to the fixes-togreg branch of iio.git. Thanks, Jonathan > > --- > > drivers/iio/accel/Kconfig | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig > > index c2da5066e9a7b..80b57d3ee3a72 100644 > > --- a/drivers/iio/accel/Kconfig > > +++ b/drivers/iio/accel/Kconfig > > @@ -330,6 +330,8 @@ config DMARD10 > > config FXLS8962AF > > tristate > > depends on I2C || !I2C # cannot be built-in for modular I2C > > + select IIO_BUFFER > > + select IIO_KFIFO_BUF > > > > config FXLS8962AF_I2C > > tristate "NXP FXLS8962AF/FXLS8964AF Accelerometer I2C Driver" > > -- > > 2.45.2 > > >