* [PATCH] ARM: OMAP: rx51: Fix include path for tsl2563.h
[not found] <51056392.7070808@jic23.retrosnub.co.uk>
@ 2013-01-27 17:32 ` Jonathan Cameron
0 siblings, 0 replies; only message in thread
From: Jonathan Cameron @ 2013-01-27 17:32 UTC (permalink / raw)
To: fengguang.wu
Cc: changlongx.xie, yuheng.chen, arnd, tony, gregkh, linux-iio,
Jonathan Cameron
A file in staging was included here to get at some platform data
structures. The tsl2563 is now moving out of staging and
so the path to the include must be updated.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
---
arch/arm/mach-omap2/board-rx51-peripherals.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c
index cf07e28..f3d075b 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)
--
1.8.1.1
^ permalink raw reply related [flat|nested] only message in thread