projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b63eaed
)
Staging: panel: change asm/uaccess.h to linux/uaccess.h
author
Takanori Suzuki
<mail.tks@gmail.com>
Sat, 8 May 2010 13:56:24 +0000
(22:56 +0900)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 11 May 2010 22:16:08 +0000
(15:16 -0700)
This patch replaces <asm/uaccess.h> with <linux/uaccess.h> to comply with
the checkpatch.pl hint.
Signed-off-by: Takanori Suzuki <mail.tks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/panel/panel.c
patch
|
blob
|
history
diff --git
a/drivers/staging/panel/panel.c
b/drivers/staging/panel/panel.c
index
377884f
..
f9fcb2f
100644
(file)
--- 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