diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-01 08:32:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-01 08:32:24 -0300 |
commit | fd53d3d2c2ad6a619e8c2f7ef884839f87dd4b3f (patch) | |
tree | ab3d99a116ce0c6c0472d4b03dad308c5d6e3111 /linux/drivers/media/video/cx88/cx88-video.c | |
parent | bc966440224711c766e788f1e308fcced9f1f562 (diff) | |
download | mediapointer-dvb-s2-fd53d3d2c2ad6a619e8c2f7ef884839f87dd4b3f.tar.gz mediapointer-dvb-s2-fd53d3d2c2ad6a619e8c2f7ef884839f87dd4b3f.tar.bz2 |
cx88: fix compilation on alpha
From: Alexey Dobriyan <adobriyan@gmail.com>
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 'linux/drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index 76af9fed6..9b8edf555 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -39,6 +39,7 @@ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0) #include <linux/kthread.h> #endif +#include <linux/dma-mapping.h> #include <asm/div64.h> #include "cx88.h" |