[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1279828750.759.2.camel@dermezel>
Date: Thu, 22 Jul 2010 21:59:10 +0200
From: Joe Eloff <kagen101@...il.com>
To: Greg Kroah-Hartman <gregkh@...e.de>,
H Hartley Sweeten <hsweeten@...ionengravers.com>,
Simon Horman <horms@...ge.net.au>
Cc: devel <devel@...verdev.osuosl.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/2] Staging: dt3155: Change include to linux header
>>From 434257d406094235c5c5020a68f34e2beb658e51 Mon Sep 17 00:00:00 2001
From: Joe Eloff <kagen101@...il.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@...il.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists