diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-07-17 16:44:00 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-08-03 19:41:22 +0200 |
commit | 555d5a9f17ef71849cae57fd2efda60b50d325ce (patch) | |
tree | 7d221e07083738b868ee19280b3d76bbf1f1056b /drivers/iio/gyro/Makefile | |
parent | staging:iio:adis16260: Remove sampling_frequency_available attribute (diff) | |
download | linux-555d5a9f17ef71849cae57fd2efda60b50d325ce.tar.xz linux-555d5a9f17ef71849cae57fd2efda60b50d325ce.zip |
staging:iio:adis16260: Move out of staging
The drivers is in more or less good shape, conforms to the IIO ABI and none of
the default static code checker report any problems, so move it out of staging.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/gyro/Makefile')
-rw-r--r-- | drivers/iio/gyro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/gyro/Makefile b/drivers/iio/gyro/Makefile index 36091d5a0f45..2f2752a4ea83 100644 --- a/drivers/iio/gyro/Makefile +++ b/drivers/iio/gyro/Makefile @@ -6,6 +6,7 @@ obj-$(CONFIG_ADIS16080) += adis16080.o obj-$(CONFIG_ADIS16130) += adis16130.o obj-$(CONFIG_ADIS16136) += adis16136.o +obj-$(CONFIG_ADIS16260) += adis16260.o obj-$(CONFIG_ADXRS450) += adxrs450.o obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o |