Commit f77401d4 authored by Axel Lin's avatar Axel Lin Committed by Samuel Ortiz

mfd: Include <linux/io.h> instead of <asm/io.h>

As warned by checkpatch.pl, use #include <linux/io.h> instead of <asm/io.h>
Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarBen Dooks <ben@simtec.co.uk>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent e0084aa9
......@@ -26,7 +26,7 @@
#include <linux/sm501-regs.h>
#include <linux/serial_8250.h>
#include <asm/io.h>
#include <linux/io.h>
struct sm501_device {
struct list_head list;
......
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