dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Axel Lin 2010-11-10 15:47:51 +08:00 committed by Samuel Ortiz
parent e0084aa9e0
commit f77401d4da
1 changed files with 1 additions and 1 deletions

View File

@ -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;