Browse Source

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>
Alexey Dobriyan 18 years ago
parent
commit
45e95980f2
2 changed files with 2 additions and 0 deletions
  1. 1 0
      drivers/media/video/cx88/cx88-mpeg.c
  2. 1 0
      drivers/media/video/cx88/cx88-video.c

+ 1 - 0
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"

+ 1 - 0
drivers/media/video/cx88/cx88-video.c

@@ -36,6 +36,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/delay.h>
 #include <linux/kthread.h>
+#include <linux/dma-mapping.h>
 #include <asm/div64.h>
 
 #include "cx88.h"