public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Staging: dt3155: Change include to linux header
@ 2010-07-22 19:59 Joe Eloff
  0 siblings, 0 replies; only message in thread
From: Joe Eloff @ 2010-07-22 19:59 UTC (permalink / raw)
  To: Greg Kroah-Hartman, H Hartley Sweeten, Simon Horman; +Cc: devel, linux-kernel

>From 434257d406094235c5c5020a68f34e2beb658e51 Mon Sep 17 00:00:00 2001
From: Joe Eloff <kagen101@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@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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-22 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-22 19:59 [PATCH 1/2] Staging: dt3155: Change include to linux header Joe Eloff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox