diff options
author | Brian Masney <masneyb@onstation.org> | 2016-11-12 13:19:41 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-11-13 13:07:33 +0000 |
commit | f44d5c8ac3993421370fc00951abd5864ca71689 (patch) | |
tree | 9590c770078890402b1b6aedf0d96ac1068dd287 /drivers/iio/light/Makefile | |
parent | c45a226fcaec7463027da7e074c8cc508ba873ed (diff) | |
download | linux-f44d5c8ac3993421370fc00951abd5864ca71689.tar.gz linux-f44d5c8ac3993421370fc00951abd5864ca71689.tar.bz2 linux-f44d5c8ac3993421370fc00951abd5864ca71689.zip |
staging: iio: tsl2583: move out of staging
Move tsl2580, tsl2581, tsl2583 driver out of staging into mainline.
Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Makefile')
-rw-r--r-- | drivers/iio/light/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/light/Makefile b/drivers/iio/light/Makefile index 15f24c557f5f..4de520036e6e 100644 --- a/drivers/iio/light/Makefile +++ b/drivers/iio/light/Makefile @@ -31,6 +31,7 @@ obj-$(CONFIG_SI1145) += si1145.o obj-$(CONFIG_STK3310) += stk3310.o obj-$(CONFIG_TCS3414) += tcs3414.o obj-$(CONFIG_TCS3472) += tcs3472.o +obj-$(CONFIG_TSL2583) += tsl2583.o obj-$(CONFIG_TSL4531) += tsl4531.o obj-$(CONFIG_US5182D) += us5182d.o obj-$(CONFIG_VCNL4000) += vcnl4000.o |