Re: [PATCH 2/6] [media] mt9p031: Include linux/of.h header

2013-11-06 Thread Sachin Kamat
On 6 November 2013 06:58, Laurent Pinchart wrote: > Hi Sachin, > > Thank you for the patch, and sorry for the late reply. > > On Friday 18 October 2013 08:37:11 Sachin Kamat wrote: >> 'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid >> build breakage in the future. >> >> Sig

Re: [PATCH 2/6] [media] mt9p031: Include linux/of.h header

2013-11-05 Thread Laurent Pinchart
Hi Sachin, Thank you for the patch, and sorry for the late reply. On Friday 18 October 2013 08:37:11 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 > Cc: Laurent Pinchart Acked-by: L

[PATCH 2/6] [media] mt9p031: 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 Cc: Laurent Pinchart --- drivers/media/i2c/mt9p031.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/i2c/mt9p031.c b/drivers/media/i2c/mt9p031.c