* [PATCH] Staging: panel: correct the include path of uaccess.h in panel.c
@ 2010-03-10 2:01 steven yong
0 siblings, 0 replies; only message in thread
From: steven yong @ 2010-03-10 2:01 UTC (permalink / raw)
To: gregkh, peterhuewe, sudhakar.raj, mmarek, abogani; +Cc: devel, linux-kernel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-10 5:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10 2:01 [PATCH] Staging: panel: correct the include path of uaccess.h in panel.c steven yong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox