From: Jonathan Cameron <jic23@kernel.org>
To: fengguang.wu@intel.com
Cc: changlongx.xie@intel.com, yuheng.chen@intel.com, arnd@arndb.de,
tony@atomide.com, gregkh@linuxfoundation.org,
linux-iio@vger.kernel.org, Jonathan Cameron <jic23@kernel.org>
Subject: [PATCH] ARM: OMAP: rx51: Fix include path for tsl2563.h
Date: Sun, 27 Jan 2013 17:32:44 +0000 [thread overview]
Message-ID: <1359307964-23970-1-git-send-email-jic23@kernel.org> (raw)
In-Reply-To: <51056392.7070808@jic23.retrosnub.co.uk>
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
parent reply other threads:[~2013-01-27 17:32 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <51056392.7070808@jic23.retrosnub.co.uk>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1359307964-23970-1-git-send-email-jic23@kernel.org \
--to=jic23@kernel.org \
--cc=arnd@arndb.de \
--cc=changlongx.xie@intel.com \
--cc=fengguang.wu@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-iio@vger.kernel.org \
--cc=tony@atomide.com \
--cc=yuheng.chen@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).