Re: [PATCH] [media] ov2659: add v4l2_subdev dependency

2015-05-19 Thread Lad, Prabhakar
Hi Arnd, Thanks for the patch. On Tue, May 19, 2015 at 1:39 PM, Arnd Bergmann a...@arndb.de wrote: The newly added ov2659 driver uses the v4l2 subdev API, but can be enabled even when that API is not part of the kernel, resulting in this build error: media/i2c/ov2659.c: In function

[PATCH] [media] ov2659: add v4l2_subdev dependency

2015-05-19 Thread Arnd Bergmann
The newly added ov2659 driver uses the v4l2 subdev API, but can be enabled even when that API is not part of the kernel, resulting in this build error: media/i2c/ov2659.c: In function 'ov2659_get_fmt': media/i2c/ov2659.c:1054:8: error: implicit declaration of function

Re: [PATCH] [media] ov2659: add v4l2_subdev dependency

2015-05-19 Thread Benoit Parrot
Thanks, for the patch. Acked-by: Benoit Parrot bpar...@ti.com Arnd Bergmann a...@arndb.de wrote on Tue [2015-May-19 14:39:12 +0200]: The newly added ov2659 driver uses the v4l2 subdev API, but can be enabled even when that API is not part of the kernel, resulting in this build error: