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
(from parent 1:
3dc1c92
)
gpio: ml_ioh: Include the right header
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 13 Apr 2018 13:17:11 +0000
(15:17 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 16 May 2018 12:35:24 +0000
(14:35 +0200)
This is a driver so include only <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ml-ioh.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-ml-ioh.c
b/drivers/gpio/gpio-ml-ioh.c
index b3678bd1c120c8d18daff31f5489ba7909688dcb..e2bee27eb526d172be23be709a36be84604d7eac 100644
(file)
--- a/
drivers/gpio/gpio-ml-ioh.c
+++ b/
drivers/gpio/gpio-ml-ioh.c
@@
-18,7
+18,7
@@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/pci.h>
-#include <linux/gpio.h>
+#include <linux/gpio
/driver
.h>
#include <linux/interrupt.h>
#include <linux/irq.h>