Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da0d4ef2 authored by Guenter Roeck's avatar Guenter Roeck Committed by Jonathan Cameron
Browse files

iio/imu: inv_mpu6050 depends on IIO_BUFFER



Fix:

drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c: In function ‘inv_mpu6050_read_fifo’:
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c:176:3: error: implicit declaration of
function ‘iio_push_to_buffers’ [-Werror=implicit-function-declaration]

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent f77ae9d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -5,6 +5,7 @@
config INV_MPU6050_IIO
config INV_MPU6050_IIO
	tristate "Invensense MPU6050 devices"
	tristate "Invensense MPU6050 devices"
	depends on I2C && SYSFS
	depends on I2C && SYSFS
	select IIO_BUFFER
	select IIO_TRIGGERED_BUFFER
	select IIO_TRIGGERED_BUFFER
	help
	help
	  This driver supports the Invensense MPU6050 devices.
	  This driver supports the Invensense MPU6050 devices.