aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-mpeg.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2007-05-01 08:32:24 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-05-09 10:12:27 -0300
commit45e95980f2c89c2cb6e770f4c67982eb0b72ce28 (patch)
tree0b5ef6dbec2e503a173c885c7e0718760c70e989 /drivers/media/video/cx88/cx88-mpeg.c
parentde372ecd80a42c4fb485c7232475301a18d05184 (diff)
downloadkernel_samsung_smdk4412-45e95980f2c89c2cb6e770f4c67982eb0b72ce28.zip
kernel_samsung_smdk4412-45e95980f2c89c2cb6e770f4c67982eb0b72ce28.tar.gz
kernel_samsung_smdk4412-45e95980f2c89c2cb6e770f4c67982eb0b72ce28.tar.bz2
V4L/DVB (5565): Cx88: fix compilation on alpha
error: 'DMA_32BIT_MASK' undeclared Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-mpeg.c')
-rw-r--r--drivers/media/video/cx88/cx88-mpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-mpeg.c b/drivers/media/video/cx88/cx88-mpeg.c
index 2ebde2f..81916d9 100644
--- a/drivers/media/video/cx88/cx88-mpeg.c
+++ b/drivers/media/video/cx88/cx88-mpeg.c
@@ -28,6 +28,7 @@
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/interrupt.h>
+#include <linux/dma-mapping.h>
#include <asm/delay.h>
#include "cx88.h"