linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] leds: gpio: Include linux/of.h header
@ 2013-09-27 11:36 Sachin Kamat
  2013-09-27 11:36 ` [PATCH 2/6] leds: lp5523: " Sachin Kamat
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Sachin Kamat @ 2013-09-27 11:36 UTC (permalink / raw)
  To: linux-leds; +Cc: cooloney, sachin.kamat

'of_match_ptr' is defined in linux/of.h. Include it explicitly.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/leds/leds-gpio.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c
index e8b01e5..7ccafde 100644
--- a/drivers/leds/leds-gpio.c
+++ b/drivers/leds/leds-gpio.c
@@ -15,6 +15,7 @@
 #include <linux/platform_device.h>
 #include <linux/gpio.h>
 #include <linux/leds.h>
+#include <linux/of.h>
 #include <linux/of_platform.h>
 #include <linux/of_gpio.h>
 #include <linux/slab.h>
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-09-27 17:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 11:36 [PATCH 1/6] leds: gpio: Include linux/of.h header Sachin Kamat
2013-09-27 11:36 ` [PATCH 2/6] leds: lp5523: " Sachin Kamat
2013-09-27 11:37 ` [PATCH 3/6] leds: lp5562: " Sachin Kamat
2013-09-27 11:37 ` [PATCH 4/6] leds: lp8501: " Sachin Kamat
2013-09-27 11:37 ` [PATCH 5/6] leds: ns2: " Sachin Kamat
2013-09-27 11:37 ` [PATCH 6/6] leds: pwm: " Sachin Kamat
2013-09-27 16:53 ` [PATCH 1/6] leds: gpio: " Bryan Wu
2013-09-27 17:02   ` Sachin Kamat
2013-09-27 17:16     ` Bryan Wu
2013-09-27 17:18       ` Sachin Kamat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).