The patch titled fix build without CONFIG_VIDEO_V4L1_COMPAT has been added to the -mm tree. Its filename is 2618-rc2-mm1-fails-without-config_video_v4l1_compat.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix build without CONFIG_VIDEO_V4L1_COMPAT From: Stas Sergeev <stsp@xxxxxxxx> Cannot be built with CONFIG_VIDEO_DEV without CONFIG_VIDEO_V4L1_COMPAT, fails on compat_ioctl32.c. Signed-off-by: Stas Sergeev <stsp@xxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/videodev.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN include/linux/videodev.h~2618-rc2-mm1-fails-without-config_video_v4l1_compat include/linux/videodev.h --- a/include/linux/videodev.h~2618-rc2-mm1-fails-without-config_video_v4l1_compat +++ a/include/linux/videodev.h @@ -16,6 +16,7 @@ #ifdef CONFIG_VIDEO_V4L1_COMPAT #define HAVE_V4L1 1 +#endif /* CONFIG_VIDEO_V4L1_COMPAT */ struct video_capability { @@ -337,8 +338,6 @@ struct video_code #define VID_HARDWARE_SN9C102 38 #define VID_HARDWARE_ARV 39 -#endif /* CONFIG_VIDEO_V4L1_COMPAT */ - #endif /* __LINUX_VIDEODEV_H */ /* _ Patches currently in -mm which might be from stsp@xxxxxxxx are 2618-rc2-mm1-fails-without-config_video_v4l1_compat.patch espfix-code-cleanup.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