projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a0cc47
)
pinctrl: sh-pfc: Include the right header
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 14 Aug 2019 07:20:32 +0000
(09:20 +0200)
committer
Geert Uytterhoeven
<geert+renesas@glider.be>
Fri, 23 Aug 2019 07:08:10 +0000
(09:08 +0200)
This is a GPIO driver, use the appropriate header
<linux/gpio/driver.h> rather than the legacy <linux/gpio.h>
header.
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/pinctrl/sh-pfc/gpio.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/sh-pfc/gpio.c
b/drivers/pinctrl/sh-pfc/gpio.c
index 64c09aa374ae011f2b46364d0c6b8db22697b375..5a55b8da7919520e42807215a7329f506e6f35e2 100644
(file)
--- a/
drivers/pinctrl/sh-pfc/gpio.c
+++ b/
drivers/pinctrl/sh-pfc/gpio.c
@@
-7,7
+7,7
@@
*/
#include <linux/device.h>
-#include <linux/gpio.h>
+#include <linux/gpio
/driver
.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/pinctrl/consumer.h>