[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1272577054-4656-1-git-send-email-chihau@gmail.com>
Date: Thu, 29 Apr 2010 17:37:34 -0400
From: Chihau Chau <chihau@...il.com>
To: gregkh@...e.de
Cc: chihau@...il.com, pavel@....cz, jochen.maes@...o.be,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Staging: dream: pmem: code style fixes
From: Chihau Chau <chihau@...il.com>
This patch include <linux/io.h> instead of <asm/io.h> and
<linux/uaccess.h> instead of <asm/uaccess.h>.
Signed-off-by: Chihau Chau <chihau@...il.com>
---
drivers/staging/dream/pmem.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/dream/pmem.c b/drivers/staging/dream/pmem.c
index 3e4dd21..d5f3e72 100644
--- a/drivers/staging/dream/pmem.c
+++ b/drivers/staging/dream/pmem.c
@@ -23,8 +23,8 @@
#include <linux/android_pmem.h>
#include <linux/mempolicy.h>
#include <linux/sched.h>
-#include <asm/io.h>
-#include <asm/uaccess.h>
+#include <linux/io.h>
+#include <linux/uaccess.h>
#include <asm/cacheflush.h>
#define PMEM_MAX_DEVICES 10
--
1.5.6.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