提交 f77401d4 编写于 作者: A Axel Lin 提交者: 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: NAxel Lin <axel.lin@gmail.com>
Acked-by: NBen Dooks <ben@simtec.co.uk>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册