V4L/DVB (3914): Vivi build fix

drivers/media/video/vivi.c: In function `vivi_map_sg':
drivers/media/video/vivi.c:799: error: `DMA_NONE' undeclared (first use in this function)
drivers/media/video/vivi.c:799: error: (Each undeclared identifier is reported only once
drivers/media/video/vivi.c:799: error: for each function it appears in.)

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Andrew Morton and committed by
Mauro Carvalho Chehab
1095136d 765bf977

+1
+1
drivers/media/video/vivi.c
··· 26 26 #include <linux/random.h> 27 27 #include <linux/version.h> 28 28 #include <linux/videodev2.h> 29 + #include <linux/dma-mapping.h> 29 30 #ifdef CONFIG_VIDEO_V4L1_COMPAT 30 31 /* Include V4L1 specific functions. Should be removed soon */ 31 32 #include <linux/videodev.h>