From: Greg Kroah-Hartman Date: Wed, 30 Sep 2015 08:44:02 +0000 (+0200) Subject: patch refresh for 3.10 X-Git-Tag: v3.14.54~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1796b9486ac88d96655dec876c0d44fb49fc52b9;p=thirdparty%2Fkernel%2Fstable-queue.git patch refresh for 3.10 --- diff --git a/queue-3.10/revert-iio-bmg160-iio_buffer-and-iio_triggered_buffer-are-required.patch b/queue-3.10/revert-iio-bmg160-iio_buffer-and-iio_triggered_buffer-are-required.patch index 2cbf4499b77..229ef792f3a 100644 --- a/queue-3.10/revert-iio-bmg160-iio_buffer-and-iio_triggered_buffer-are-required.patch +++ b/queue-3.10/revert-iio-bmg160-iio_buffer-and-iio_triggered_buffer-are-required.patch @@ -14,15 +14,19 @@ Cc: Srinivas Pandruvada Cc: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman ---- b/drivers/iio/gyro/Kconfig -+++ a/drivers/iio/gyro/Kconfig -@@ -73,8 +73,7 @@ +--- + drivers/iio/gyro/Kconfig | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +--- a/drivers/iio/gyro/Kconfig ++++ b/drivers/iio/gyro/Kconfig +@@ -73,8 +73,7 @@ config IIO_ST_GYRO_SPI_3AXIS config ITG3200 tristate "InvenSense ITG3200 Digital 3-Axis Gyroscope I2C driver" depends on I2C -+ select IIO_TRIGGERED_BUFFER if IIO_BUFFER - select IIO_BUFFER - select IIO_TRIGGERED_BUFFER ++ select IIO_TRIGGERED_BUFFER if IIO_BUFFER help Say yes here to add support for the InvenSense ITG3200 digital 3-axis gyroscope sensor.