projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f77401d
)
mfd: Include <linux/gpio.h> instead of <asm/gpio.h>
author
Axel Lin
<axel.lin@gmail.com>
Wed, 10 Nov 2010 07:49:41 +0000
(15:49 +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/gpio.h> instead
of <asm/gpio.h>.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/tps65010.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/tps65010.c
b/drivers/mfd/tps65010.c
index 90187fe33e0449d15b569482bd843f104735030a..93d5fdf020c7eaa90dbf4d1eee41de216873d78e 100644
(file)
--- a/
drivers/mfd/tps65010.c
+++ b/
drivers/mfd/tps65010.c
@@
-34,7
+34,7
@@
#include <linux/i2c/tps65010.h>
-#include <
asm
/gpio.h>
+#include <
linux
/gpio.h>
/*-------------------------------------------------------------------------*/