On Thu, 31 Oct 2013 11:07:28 -0700
Randy Dunlap wrote:
> From: Randy Dunlap
>
> The cafe_ccic driver (the mcam-core.c part of it) uses dma_sg
> interfaces so it needs to select VIDEOBUF2_DMA_SG to prevent
> build errors.
Geert sent a patch too a little while back.
BUT, this shouldn't be happe
From: Randy Dunlap
The cafe_ccic driver (the mcam-core.c part of it) uses dma_sg
interfaces so it needs to select VIDEOBUF2_DMA_SG to prevent
build errors.
drivers/built-in.o: In function `mcam_v4l_open':
mcam-core.c:(.text+0x14643e): undefined reference to `vb2_dma_sg_memops'
Signed-off-by: Ra