projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be1f20a
)
gpio: omap: Include the right header
author
Linus Walleij
<linus.walleij@linaro.org>
Thu, 24 May 2018 12:24:00 +0000
(14:24 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 24 May 2018 12:24:00 +0000
(14:24 +0200)
This is a GPIO driver, include only <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-omap.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-omap.c
b/drivers/gpio/gpio-omap.c
index 35971a341c402e6fad3b7886b1aa497284b5df3f..d1afedf4dcbf0203005f1eb783a3468b0d77afe2 100644
(file)
--- a/
drivers/gpio/gpio-omap.c
+++ b/
drivers/gpio/gpio-omap.c
@@
-24,7
+24,7
@@
#include <linux/pm.h>
#include <linux/of.h>
#include <linux/of_device.h>
-#include <linux/gpio.h>
+#include <linux/gpio
/driver
.h>
#include <linux/bitops.h>
#include <linux/platform_data/gpio-omap.h>