Commit b85b8d92 authored by Rob Ward's avatar Rob Ward Committed by Brian Norris

mtd: phram: fix asm/io.h include usage

Modify phram to include <linux/io.h> rather than <asm/io.h>
Signed-off-by: default avatarRob Ward <robert.ward114@googlemail.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 77adc085
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment