On Fri, Sep 27, 2013 at 4:36 AM, Sachin Kamat <sachin.kamat@xxxxxxxxxx> wrote: > 'of_match_ptr' is defined in linux/of.h. Include it explicitly. > Why we need this? I think it is include from of_gpio.h or of_platform.h. And I tried to build these driver files you patched, there is no error or warning for this. Is there any error or warning you met? Thanks, -Bryan > Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> > --- > 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 > -- To unsubscribe from this list: send the line "unsubscribe linux-leds" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html