aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-01-11 10:49:00 +0000
committerJonathan Cameron <jic23@kernel.org>2013-01-26 10:07:45 +0000
commit2b4ff03895e4451719400e9ac50980b9d14af37d (patch)
tree1464430e6fcdfadf9e7c5b5b63c0b31000f74676 /drivers/staging/iio/gyro
parentiio: fix Kconfig for max1363 (diff)
downloadlinux-dev-2b4ff03895e4451719400e9ac50980b9d14af37d.tar.xz
linux-dev-2b4ff03895e4451719400e9ac50980b9d14af37d.zip
staging:iio:gyro: Remove stale Makefile entry
Commit a301d425e ("staging:iio:gyro remove adis16251 driver as now supported by adis16260 driver") removed the adis16251, but left its Makefile entry intact. This patch removes the unused Makefile entry. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/staging/iio/gyro')
-rw-r--r--drivers/staging/iio/gyro/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/iio/gyro/Makefile b/drivers/staging/iio/gyro/Makefile
index 1303569e5c8a..79bef4ef7a54 100644
--- a/drivers/staging/iio/gyro/Makefile
+++ b/drivers/staging/iio/gyro/Makefile
@@ -14,8 +14,5 @@ obj-$(CONFIG_ADIS16130) += adis16130.o
adis16260-y := adis16260_core.o
obj-$(CONFIG_ADIS16260) += adis16260.o
-adis16251-y := adis16251_core.o
-obj-$(CONFIG_ADIS16251) += adis16251.o
-
adxrs450-y := adxrs450_core.o
obj-$(CONFIG_ADXRS450) += adxrs450.o