projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
496e7ce
)
leds: leds-gpio: Add missing #include <linux/of.h>
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Thu, 7 May 2015 08:08:09 +0000
(
01:08
-0700)
committer
Bryan Wu
<cooloney@gmail.com>
Mon, 25 May 2015 20:26:45 +0000
(13:26 -0700)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-gpio.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-gpio.c
b/drivers/leds/leds-gpio.c
index
c3db74a
..
3af4f2b
100644
(file)
--- a/
drivers/leds/leds-gpio.c
+++ b/
drivers/leds/leds-gpio.c
@@
-16,6
+16,7
@@
#include <linux/kernel.h>
#include <linux/leds.h>
#include <linux/module.h>
+#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/property.h>
#include <linux/slab.h>