mirror of https://gitee.com/openkylin/linux.git
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: Axel Lin <axel.lin@gmail.com> Acked-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
e0084aa9e0
commit
f77401d4da
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue