The patch titled cx88: fix compilation on alpha has been added to the -mm tree. Its filename is cx88-fix-compilation-on-alpha.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: cx88: fix compilation on alpha From: Alexey Dobriyan <adobriyan@xxxxxxxxx> error: 'DMA_32BIT_MASK' undeclared Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/video/cx88/cx88-alsa.c | 1 + drivers/media/video/cx88/cx88-mpeg.c | 1 + drivers/media/video/cx88/cx88-video.c | 1 + 3 files changed, 3 insertions(+) diff -puN drivers/media/video/cx88/cx88-alsa.c~cx88-fix-compilation-on-alpha drivers/media/video/cx88/cx88-alsa.c --- a/drivers/media/video/cx88/cx88-alsa.c~cx88-fix-compilation-on-alpha +++ a/drivers/media/video/cx88/cx88-alsa.c @@ -27,6 +27,7 @@ #include <linux/init.h> #include <linux/device.h> #include <linux/interrupt.h> +#include <linux/dma-mapping.h> #include <asm/delay.h> #include <sound/driver.h> #include <sound/core.h> diff -puN drivers/media/video/cx88/cx88-mpeg.c~cx88-fix-compilation-on-alpha drivers/media/video/cx88/cx88-mpeg.c --- a/drivers/media/video/cx88/cx88-mpeg.c~cx88-fix-compilation-on-alpha +++ a/drivers/media/video/cx88/cx88-mpeg.c @@ -27,6 +27,7 @@ #include <linux/init.h> #include <linux/device.h> #include <linux/interrupt.h> +#include <linux/dma-mapping.h> #include <asm/delay.h> #include "cx88.h" diff -puN drivers/media/video/cx88/cx88-video.c~cx88-fix-compilation-on-alpha drivers/media/video/cx88/cx88-video.c --- a/drivers/media/video/cx88/cx88-video.c~cx88-fix-compilation-on-alpha +++ a/drivers/media/video/cx88/cx88-video.c @@ -36,6 +36,7 @@ #include <linux/interrupt.h> #include <linux/delay.h> #include <linux/kthread.h> +#include <linux/dma-mapping.h> #include <asm/div64.h> #include "cx88.h" _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch cx88-fix-compilation-on-alpha.patch git-parisc.patch megaraid-fix-warnings-when-config_proc_fs=n.patch git-watchdog.patch reiserfs-shrink-superblock-if-no-xattrs.patch i386-schedh-inclusion-from-moduleh-is-baack.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html