From: steven yong <stevenyong@ngiap.com>
To: gregkh@suse.de, peterhuewe@gmx.de, sudhakar.raj@ti.com,
mmarek@suse.cz, abogani@texware.it
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] Staging: panel: correct the include path of uaccess.h in panel.c
Date: Wed, 10 Mar 2010 10:01:08 +0800 [thread overview]
Message-ID: <4B96FD64.9070305@ngiap.com> (raw)
This is a patch to the panel.c file that fixes up a #include warning
found by the checkpatch.pl tool
---
Signed-off-by: Steven Yong <stevenyong@ngiap.com>
drivers/staging/panel/panel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c
index 377884f..f9fcb2f 100644
--- a/drivers/staging/panel/panel.c
+++ b/drivers/staging/panel/panel.c
@@ -57,7 +57,7 @@
#include <generated/utsrelease.h>
#include <linux/io.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <asm/system.h>
#define LCD_MINOR 156
--
1.6.5.1
reply other threads:[~2010-03-10 5:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4B96FD64.9070305@ngiap.com \
--to=stevenyong@ngiap.com \
--cc=abogani@texware.it \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mmarek@suse.cz \
--cc=peterhuewe@gmx.de \
--cc=sudhakar.raj@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.