Skip to content

Commit

Permalink
mfd: Include <linux/io.h> instead of <asm/io.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Jan 14, 2011
1 parent e0084aa commit f77401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/sm501.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f77401d

Please sign in to comment.