projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45e8bd9
)
gpio: davinci: Include proper header
author
Linus Walleij
<linus.walleij@linaro.org>
Sun, 14 Jan 2018 01:05:38 +0000
(
02:05
+0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Sun, 14 Jan 2018 01:05:38 +0000
(
02:05
+0100)
This driver has no business including <linux/gpio.h>, it is a
driver so include <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-davinci.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-davinci.c
b/drivers/gpio/gpio-davinci.c
index f75d8443ecaff631d07e8b474e2bdf769357adb0..34fc0a167b7c3b9400a9b9674af025eabb3a7745 100644
(file)
--- a/
drivers/gpio/gpio-davinci.c
+++ b/
drivers/gpio/gpio-davinci.c
@@
-9,7
+9,7
@@
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
-#include <linux/gpio.h>
+#include <linux/gpio
/driver
.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/clk.h>