projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0084aa
)
mfd: Include <linux/io.h> instead of <asm/io.h>
author
Axel Lin
<axel.lin@gmail.com>
Wed, 10 Nov 2010 07:47:51 +0000
(15:47 +0800)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Fri, 14 Jan 2011 11:37:36 +0000
(12:37 +0100)
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>
drivers/mfd/sm501.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/sm501.c
b/drivers/mfd/sm501.c
index
bc9275c
..
c24bed7
100644
(file)
--- 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;