From: Peter Ujfalusi Date: Wed, 3 May 2017 11:08:51 +0000 (-0300) Subject: media: v4l: omap_vout: vrfb: Convert to dmaengine X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6a1560ecaa8c6c775b16c928fc56fe8089a7f82e;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git media: v4l: omap_vout: vrfb: Convert to dmaengine The dmaengine driver for sDMA now have support for interleaved transfer. This trasnfer type was open coded with the legacy omap-dma API, but now we can move it to dmaengine. Signed-off-by: Peter Ujfalusi Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/omap/omap_vout_vrfb.c b/drivers/media/platform/omap/omap_vout_vrfb.c index 92c4e1826356..45a553d4f5b2 100644 --- a/drivers/media/platform/omap/omap_vout_vrfb.c +++ b/drivers/media/platform/omap/omap_vout_vrfb.c @@ -16,7 +16,6 @@ #include #include -#include #include