Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Axel Lin and committed by
Samuel Ortiz
f77401d4 e0084aa9

+1 -1
+1 -1
drivers/mfd/sm501.c
··· 26 26 #include <linux/sm501-regs.h> 27 27 #include <linux/serial_8250.h> 28 28 29 - #include <asm/io.h> 29 + #include <linux/io.h> 30 30 31 31 struct sm501_device { 32 32 struct list_head list;