projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.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
|
blame
|
history
diff --git
a/drivers/staging/panel/panel.c
b/drivers/staging/panel/panel.c
index 377884f3480d8e28a1a4467c3e6270a274dcad94..f9fcb2fef5a03407b2027e14918f22e70b3626f9 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