linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: phram: fix asm/io.h include usage
@ 2014-10-21 19:14 Rob Ward
  2014-10-22  9:00 ` Brian Norris
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Ward @ 2014-10-21 19:14 UTC (permalink / raw)
  To: joern, dwmw2, computersforpeace; +Cc: linux-mtd, linux-kernel

>From ca36c5ca9adbe1d3c107e5ff22e8d0db5dddb1b9 Mon Sep 17 00:00:00 2001
From: Rob Ward <robert.ward114@googlemail.com>
Date: Tue, 21 Oct 2014 20:01:09 +0100
Subject: [PATCH] mtd: phram: fix asm/io.h include usage

Modify phram to include <linux/io.h> rather than <asm/io.h>

Signed-off-by: Rob Ward <robert.ward114@googlemail.com>
---
 drivers/mtd/devices/phram.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/devices/phram.c b/drivers/mtd/devices/phram.c
index effd9a4..8b66e52 100644
--- a/drivers/mtd/devices/phram.c
+++ b/drivers/mtd/devices/phram.c
@@ -17,7 +17,7 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
-#include <asm/io.h>
+#include <linux/io.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/list.h>
-- 
2.0.2

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

* Re: [PATCH] mtd: phram: fix asm/io.h include usage
  2014-10-21 19:14 [PATCH] mtd: phram: fix asm/io.h include usage Rob Ward
@ 2014-10-22  9:00 ` Brian Norris
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2014-10-22  9:00 UTC (permalink / raw)
  To: Rob Ward; +Cc: dwmw2, joern, linux-kernel, linux-mtd

On Tue, Oct 21, 2014 at 08:14:00PM +0100, Rob Ward wrote:
> From ca36c5ca9adbe1d3c107e5ff22e8d0db5dddb1b9 Mon Sep 17 00:00:00 2001
> From: Rob Ward <robert.ward114@googlemail.com>
> Date: Tue, 21 Oct 2014 20:01:09 +0100
> Subject: [PATCH] mtd: phram: fix asm/io.h include usage
> 
> Modify phram to include <linux/io.h> rather than <asm/io.h>
> 
> Signed-off-by: Rob Ward <robert.ward114@googlemail.com>

Pushed to l2-mtd.git.

Brian

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

end of thread, other threads:[~2014-10-22  9:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21 19:14 [PATCH] mtd: phram: fix asm/io.h include usage Rob Ward
2014-10-22  9:00 ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).