From 32341859f04e0f0d418d0d0eec903a959cb09ebb Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 10 Jun 2013 15:00:00 +0100 Subject: staging:iio:adis16130: Move out of staging The adis16130 driver is fairly simple and it a good shape now, so move it out of staging. Remove an outdated FIXME along the way. Signed-off-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron --- drivers/iio/gyro/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/iio/gyro/Makefile') diff --git a/drivers/iio/gyro/Makefile b/drivers/iio/gyro/Makefile index 225d289082e6..e9dc034aa18b 100644 --- a/drivers/iio/gyro/Makefile +++ b/drivers/iio/gyro/Makefile @@ -3,6 +3,7 @@ # obj-$(CONFIG_ADIS16080) += adis16080.o +obj-$(CONFIG_ADIS16130) += adis16130.o obj-$(CONFIG_ADIS16136) += adis16136.o obj-$(CONFIG_ADXRS450) += adxrs450.o -- cgit v1.2.1