Commit 98f9c3c137cea016c57c9fd60b3caf88eb34e4cd

Authored by Andreas Larsson
Committed by Jonathan Cameron
1 parent 2e132e4692

iio: Remove duplicates for light/ in Kconfig and Makefile

Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

Showing 2 changed files with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -62,7 +62,6 @@
62 62 source "drivers/iio/dac/Kconfig"
63 63 source "drivers/iio/common/Kconfig"
64 64 source "drivers/iio/gyro/Kconfig"
65   -source "drivers/iio/light/Kconfig"
66 65 source "drivers/iio/magnetometer/Kconfig"
67 66  
68 67 endif # IIO
drivers/iio/Makefile
... ... @@ -18,6 +18,5 @@
18 18 obj-y += dac/
19 19 obj-y += common/
20 20 obj-y += gyro/
21   -obj-y += light/
22 21 obj-y += magnetometer/