diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-06-10 16:00:00 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-06-11 21:34:36 +0200 |
commit | 32341859f04e0f0d418d0d0eec903a959cb09ebb (patch) | |
tree | a7aafb3ea7b602aed94bfa7a4e62497cd54de6d6 /drivers/iio/gyro/Makefile | |
parent | staging:iio:adis16130: Report scale and offset (diff) | |
download | linux-32341859f04e0f0d418d0d0eec903a959cb09ebb.tar.xz linux-32341859f04e0f0d418d0d0eec903a959cb09ebb.zip |
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 <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 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 |