lkml.org 
[lkml]   [2010]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Staging: panel: correct the include path of uaccess.h in panel.c
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


\
 
 \ /
  Last update: 2010-03-10 06:39    [W:0.052 / U:0.548 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site