summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-01-31 14:27:00 +0000
committerJonathan Cameron <jic23@kernel.org>2013-02-02 09:24:18 +0000
commit53ac8500ba9badae82b0412d08e1db9f5b21b3d5 (patch)
tree645ee6eaeec7529e7f599be8310e814d934fa656 /drivers/staging/iio/gyro/Makefile
parentd5e69c8350bbcf3c6058b0aceff32a2f2972485e (diff)
downloadlinux-53ac8500ba9badae82b0412d08e1db9f5b21b3d5.tar.bz2
staging:iio:adxrs450: Move header file contents to main file
The contents of the adxrs450 header file is not used outside the main drivers file, so just move the contents from the header file into the drivers main file. Also rename the adxrs450 driver file from adxrs450_core.c to adxrs450.c. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/staging/iio/gyro/Makefile')
-rw-r--r--drivers/staging/iio/gyro/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/iio/gyro/Makefile b/drivers/staging/iio/gyro/Makefile
index ef3316171299..6b4e60ab743f 100644
--- a/drivers/staging/iio/gyro/Makefile
+++ b/drivers/staging/iio/gyro/Makefile
@@ -11,5 +11,4 @@ obj-$(CONFIG_ADIS16130) += adis16130.o
adis16260-y := adis16260_core.o
obj-$(CONFIG_ADIS16260) += adis16260.o
-adxrs450-y := adxrs450_core.o
obj-$(CONFIG_ADXRS450) += adxrs450.o