The patch titled VIDEO_SH_MOBILE_CEU should depend on HAS_DMA has been added to the -mm tree. Its filename is video_sh_mobile_ceu-should-depend-on-has_dma.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: VIDEO_SH_MOBILE_CEU should depend on HAS_DMA From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> ERROR: "dma_alloc_coherent" [drivers/media/video/videobuf-dma-contig.ko] undefined! ERROR: "dma_sync_single_for_cpu" [drivers/media/video/videobuf-dma-contig.ko] undefined! ERROR: "dma_free_coherent" [drivers/media/video/videobuf-dma-contig.ko] undefined! commit 0d3244d6439c8c31d2a29efd587c7aca9042c8aa ("V4L/DVB (8342): sh_mobile_ceu_camera: Add SuperH Mobile CEU driver V3") introduced VIDEO_SH_MOBILE_CEU, which selects VIDEOBUF_DMA_CONTIG. This circumvents the dependency on HAS_DMA of VIDEOBUF_DMA_CONTIG. Add a dependency on HAS_DMA to VIDEO_SH_MOBILE_CEU to fix this. Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Acked-by: Paul Mundt <lethal@xxxxxxxxxxxx> Acked-by: Magnus Damm <damm@xxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/video/Kconfig~video_sh_mobile_ceu-should-depend-on-has_dma drivers/media/video/Kconfig --- a/drivers/media/video/Kconfig~video_sh_mobile_ceu-should-depend-on-has_dma +++ a/drivers/media/video/Kconfig @@ -968,7 +968,7 @@ config VIDEO_PXA27x config VIDEO_SH_MOBILE_CEU tristate "SuperH Mobile CEU Interface driver" - depends on VIDEO_DEV + depends on VIDEO_DEV && HAS_DMA select SOC_CAMERA select VIDEOBUF_DMA_CONTIG ---help--- _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are m68k-update-defconfigs.patch linux-next.patch video_sh_mobile_ceu-should-depend-on-has_dma.patch arch-m68k-bvme6000-rtcc-remove-duplicated-include.patch viafb-viafbmodes-viafbtxt.patch viafb-viafbmodes-viafbtxt-fix.patch viafb-viafbmodes-viafbtxt-fix-fix.patch viafb-makefile-kconfig.patch viafb-accelc-accelh.patch viafb-accelc-accelh-checkpatch-fixes.patch viafb-chiph-debugh.patch viafb-dvic-dvih-globalc-and-globalh.patch viafb-dvic-dvih-globalc-and-globalh-checkpatch-fixes.patch viafb-hwc-hwh.patch viafb-hwc-hwh-checkpatch-fixes.patch viafb-ifacec-ifaceh-ioctlc-ioctlh.patch viafb-lcdc-lcdh-lcdtblh.patch viafb-makefile-shareh.patch viafb-tbl1636c-tbl1636h-tbldpasettingc-tbldpasettingh.patch viafb-viafbdevc-viafbdevh.patch viafb-viafbdevc-viafbdevh-checkpatch-fixes.patch viafb-via_i2cc-via_i2ch-viamodec-viamodeh.patch viafb-via_utilityc-via_utilityh-vt1636c-vt1636h.patch fbdev-kconfig-update.patch fbdev-kconfig-update-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html