kernel_optimize_test/drivers/media/platform/marvell-ccic
Arnd Bergmann fc6c19fb71 media: marvel-ccic: mmp: select VIDEOBUF2_VMALLOC/DMA_CONTIG
Testing randconfig builds after the return of the mmp ccic driver shows
a link error in some configurations:

drivers/media/platform/marvell-ccic/mcam-core.o: In function `mccic_register':
mcam-core.c:(.text+0x2e48): undefined reference to `vb2_dma_contig_memops'

A closer look at the mcam-core.c file reveals that we need to select
both VIDEOBUF2_DMA_CONTIG and VIDEOBUF2_VMALLOC, as already do for
VIDEO_CAFE_CCIC.

Fixes: 0a9c643c8f ("media: marvel-ccic: re-enable mmp-driver build")

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2018-06-05 09:48:50 -04:00
..
cafe-driver.c
Kconfig media: marvel-ccic: mmp: select VIDEOBUF2_VMALLOC/DMA_CONTIG 2018-06-05 09:48:50 -04:00
Makefile media: marvel-ccic: allow ccic and mmp drivers to coexist 2018-06-05 09:46:45 -04:00
mcam-core.c media: marvel-ccic: allow ccic and mmp drivers to coexist 2018-06-05 09:46:45 -04:00
mcam-core.h
mmp-driver.c media: mmp-driver: add needed __iomem marks to power_regs 2018-04-17 05:29:14 -04:00