From: Joe Eloff on
>From 434257d406094235c5c5020a68f34e2beb658e51 Mon Sep 17 00:00:00 2001
From: Joe Eloff <kagen101(a)gmail.com>
Date: Thu, 22 Jul 2010 20:26:25 +0200
Subject: [PATCH 1/2] Staging: dt3155: Change include to linux header

Changed <asm/uaccess.h> to <linux/uaccess.h>
Signed-off-by: Joe Eloff <kagen101(a)gmail.com>
---
drivers/staging/dt3155/dt3155_drv.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/dt3155/dt3155_drv.c b/drivers/staging/dt3155/dt3155_drv.c
index fed7e62..1d6858c 100644
--- a/drivers/staging/dt3155/dt3155_drv.c
+++ b/drivers/staging/dt3155/dt3155_drv.c
@@ -66,7 +66,7 @@ extern void printques(int);
#include <linux/smp_lock.h>
#include <linux/io.h>

-#include <asm/uaccess.h>
+#include <linux/uaccess.h>

#include "dt3155.h"
#include "dt3155_drv.h"
--
1.6.3.3



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/