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:
284ead5
)
gpio: lpc32xx: Include the right header
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 13 Apr 2018 12:47:59 +0000
(14:47 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 16 May 2018 12:35:24 +0000
(14:35 +0200)
This is a driver so only include <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-lpc32xx.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-lpc32xx.c
b/drivers/gpio/gpio-lpc32xx.c
index
92b3ae2
..
aa74cc4
100644
(file)
--- a/
drivers/gpio/gpio-lpc32xx.c
+++ b/
drivers/gpio/gpio-lpc32xx.c
@@
-20,9
+20,8
@@
#include <linux/init.h>
#include <linux/io.h>
#include <linux/errno.h>
-#include <linux/gpio.h>
+#include <linux/gpio
/driver
.h>
#include <linux/of.h>
-#include <linux/of_gpio.h>
#include <linux/platform_device.h>
#include <linux/module.h>