mtd: phram: fix asm/io.h include usage
authorRob Ward <robert.ward114@googlemail.com>
Tue, 21 Oct 2014 19:01:09 +0000 (20:01 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 22 Oct 2014 08:59:30 +0000 (01:59 -0700)
Modify phram to include <linux/io.h> rather than <asm/io.h>

Signed-off-by: Rob Ward <robert.ward114@googlemail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/devices/phram.c

index effd9a4..8b66e52 100644 (file)
@@ -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>