diff options
author | Andrew Morton <akpm@osdl.org> | 2006-04-27 09:10:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-12 18:55:21 -0400 |
commit | 1095136dee95d27d27cebc52bd502f7facee8600 (patch) | |
tree | 2d6dc255843a2db567e7379771712b4cfc54c47e /drivers/media/video | |
parent | 765bf9770fda950e6615451ad1a4b8866bda7dfa (diff) |
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/media/video')
-rw-r--r-- | drivers/media/video/vivi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 9e42224b46b6..779db26771c0 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/random.h> | 26 | #include <linux/random.h> |
27 | #include <linux/version.h> | 27 | #include <linux/version.h> |
28 | #include <linux/videodev2.h> | 28 | #include <linux/videodev2.h> |
29 | #include <linux/dma-mapping.h> | ||
29 | #ifdef CONFIG_VIDEO_V4L1_COMPAT | 30 | #ifdef CONFIG_VIDEO_V4L1_COMPAT |
30 | /* Include V4L1 specific functions. Should be removed soon */ | 31 | /* Include V4L1 specific functions. Should be removed soon */ |
31 | #include <linux/videodev.h> | 32 | #include <linux/videodev.h> |