projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b69ac52
)
gpiolib: devres: add missing headers
author
Alexandre Courbot
<acourbot@nvidia.com>
Sun, 20 Oct 2013 22:14:58 +0000
(15:14 -0700)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 30 Oct 2013 01:26:14 +0000
(18:26 -0700)
Add missing headers for drivers/gpiolib/devres.c.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/devres.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/devres.c
b/drivers/gpio/devres.c
index
fceebdc
..
307464f
100644
(file)
--- a/
drivers/gpio/devres.c
+++ b/
drivers/gpio/devres.c
@@
-15,7
+15,9
@@
*/
#include <linux/module.h>
+#include <linux/err.h>
#include <linux/gpio.h>
+#include <linux/gpio/consumer.h>
#include <linux/device.h>
#include <linux/gfp.h>