aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sm501.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2010-11-10 15:47:51 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2011-01-14 12:37:36 +0100
commitf77401d4da8180211b5fb5b7903ec8d8b22762ab (patch)
tree057c10d286a2b985367788a0d68c3053cacdb78e /drivers/mfd/sm501.c
parentmfd: Update WARN uses (diff)
downloadlinux-dev-f77401d4da8180211b5fb5b7903ec8d8b22762ab.tar.xz
linux-dev-f77401d4da8180211b5fb5b7903ec8d8b22762ab.zip
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>
Diffstat (limited to 'drivers/mfd/sm501.c')
-rw-r--r--drivers/mfd/sm501.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c
index bc9275c12133..c24bed769fe7 100644
--- a/drivers/mfd/sm501.c
+++ b/drivers/mfd/sm501.c
@@ -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;