public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: dream: pmem: code style fixes
@ 2010-04-29 21:37 Chihau Chau
  2010-04-30 21:53 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Chihau Chau @ 2010-04-29 21:37 UTC (permalink / raw)
  To: gregkh; +Cc: chihau, pavel, jochen.maes, devel, linux-kernel

From: Chihau Chau <chihau@gmail.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@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: dream: pmem: code style fixes
  2010-04-29 21:37 [PATCH] Staging: dream: pmem: code style fixes Chihau Chau
@ 2010-04-30 21:53 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-04-30 21:53 UTC (permalink / raw)
  To: Chihau Chau; +Cc: gregkh, devel, jochen.maes, pavel, linux-kernel

On Thu, Apr 29, 2010 at 05:37:34PM -0400, Chihau Chau wrote:
> From: Chihau Chau <chihau@gmail.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@gmail.com>
> ---
>  drivers/staging/dream/pmem.c |    4 ++--

This does not apply against the latest linux-next tree.  Care to rebase
it and try it again?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-01 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29 21:37 [PATCH] Staging: dream: pmem: code style fixes Chihau Chau
2010-04-30 21:53 ` Greg KH

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