Hi All, This patch set fixes compile erros and adds little improvements camera code for omap2. Here is the overall description: V4l2: - Updates this camera driver to use correctly the new videobuf API. Corrently, changed to use videobuf_gen and videobuf_dma_sg. - Removed VIDEO_BUF reference from Kconfig. S/G: - Update this code to sg_* helper functions. ov9640: - Removes unecessary structures and functions when config OV9640 is not selected. - Reduces powerset code for ov9640. Signed-off-by: Eduardo Valentin <eduardo.valentin@xxxxxxxxxxx> Overall diffstat: arch/arm/mach-omap2/board-h4.c | 71 +++++++++++--------------------------- drivers/media/video/Kconfig | 3 + drivers/media/video/omap24xxcam.c | 68 +++++++++++++++++++----------------- drivers/media/video/omap24xxcam.h | 3 - 4 files changed, 61 insertions(+), 84 deletions(-) - To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html