Skip to content

Commit

Permalink
staging:iio:gyro: Remove stale Makefile entry
Browse files Browse the repository at this point in the history
Commit a301d42 ("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 <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
larsclausen authored and jic23 committed Jan 26, 2013
1 parent 8a9f645 commit 2b4ff03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/iio/gyro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b4ff03

Please sign in to comment.