diff options
author | Jonathan Cameron <jic23@kernel.org> | 2013-01-12 10:35:00 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-01-27 17:37:24 +0000 |
commit | 9c2251dd4b7feba14d35835c6835024840b1f76b (patch) | |
tree | 5f0ce5da5d55d02379f23b9eff0314f7cb595c38 /arch/arm/mach-omap2/board-rx51-peripherals.c | |
parent | af0b8ee32c831e6e8fbfe0b311b9ac017d14b78d (diff) | |
download | talos-obmc-linux-9c2251dd4b7feba14d35835c6835024840b1f76b.tar.gz talos-obmc-linux-9c2251dd4b7feba14d35835c6835024840b1f76b.zip |
iio:light:tsl2563 move out of staging
This driver is simple, uses the latest interfaces and contains few if
any controversial elements. All of its interfaces have been in place
for a long time now. Hence let's move it out of staging.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Acked-by: Peter Meerwald <pmeerw@pmeerw.net>
Diffstat (limited to 'arch/arm/mach-omap2/board-rx51-peripherals.c')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index cf07e289b4ea..f3d075baebb6 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c @@ -42,7 +42,7 @@ #include <media/si4713.h> #include <linux/leds-lp5523.h> -#include <../drivers/staging/iio/light/tsl2563.h> +#include <linux/platform_data/tsl2563.h> #include <linux/lis3lv02d.h> #if defined(CONFIG_IR_RX51) || defined(CONFIG_IR_RX51_MODULE) |