aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-04-27 10:10:58 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-05-12 19:55:21 -0300
commit1095136dee95d27d27cebc52bd502f7facee8600 (patch)
tree2d6dc255843a2db567e7379771712b4cfc54c47e /drivers
parent765bf9770fda950e6615451ad1a4b8866bda7dfa (diff)
downloadlinux-1095136dee95d27d27cebc52bd502f7facee8600.tar.gz
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/vivi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c
index 9e42224b46b6c..779db26771c03 100644
--- a/drivers/media/video/vivi.c
+++ b/drivers/media/video/vivi.c
@@ -26,6 +26,7 @@
#include <linux/random.h>
#include <linux/version.h>
#include <linux/videodev2.h>
+#include <linux/dma-mapping.h>
#ifdef CONFIG_VIDEO_V4L1_COMPAT
/* Include V4L1 specific functions. Should be removed soon */
#include <linux/videodev.h>