[PATCH 3/6] [media] ths8200: 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 sachin.ka...@linaro.org --- drivers/media/i2c/ths8200.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/i2c/ths8200.c

Re: [PATCH 3/6] [media] ths8200: Include linux/of.h header

2013-10-17 Thread Prabhakar Lad
On Fri, Oct 18, 2013 at 8:37 AM, Sachin Kamat sachin.ka...@linaro.org 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 sachin.ka...@linaro.org Acked-by: Lad, Prabhakar prabhakar.cse...@gmail.com Regrads,