From: Alexey Dobriyan Date: Tue, 1 May 2007 11:32:24 +0000 (-0300) Subject: V4L/DVB (5565): Cx88: fix compilation on alpha X-Git-Tag: v2.6.22-rc1~23^2~43 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=45e95980f2c89c2cb6e770f4c67982eb0b72ce28;p=linux-2.6-omap-h63xx.git V4L/DVB (5565): Cx88: fix compilation on alpha error: 'DMA_32BIT_MASK' undeclared Signed-off-by: Alexey Dobriyan Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx88/cx88-mpeg.c b/drivers/media/video/cx88/cx88-mpeg.c index 2ebde2fdbcb..81916d9b581 100644 --- a/drivers/media/video/cx88/cx88-mpeg.c +++ b/drivers/media/video/cx88/cx88-mpeg.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include "cx88.h" diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c index b94ef8ab28c..98fa35421bd 100644 --- a/drivers/media/video/cx88/cx88-video.c +++ b/drivers/media/video/cx88/cx88-video.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include "cx88.h"