Staging: panel: change asm/uaccess.h to linux/uaccess.h
authorTakanori Suzuki <mail.tks@gmail.com>
Sat, 8 May 2010 13:56:24 +0000 (22:56 +0900)
committerGreg 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

index 377884f..f9fcb2f 100644 (file)
@@ -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