Re: [PATCH 1/6] [media] adv7343: Include linux/of.h header

2013-10-17 Thread Prabhakar Lad
On Fri, Oct 18, 2013 at 8:37 AM, Sachin Kamat wrote: > 'of_match_ptr' is defined in linux/of.h. Include it explicitly to > avoid build breakage in the future. > > Signed-off-by: Sachin Kamat Acked-by: Lad, Prabhakar Regrads, --Prabhakar Lad -- To unsubscribe from this list: send the line "unsu

[PATCH 1/6] [media] adv7343: Include linux/of.h header

2013-10-17 Thread Sachin Kamat
'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid build breakage in the future. Signed-off-by: Sachin Kamat --- drivers/media/i2c/adv7343.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/i2c/adv7343.c b/drivers/media/i2c/adv7343.c index aeb56c5..d4e15a