The patch titled fix VIDEO_DEV=m, VIDEO_V4L1_COMPAT=y has been added to the -mm tree. Its filename is fix-video_dev=m-video_v4l1_compat=y.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Adrian Bunk <bunk@xxxxxxxxx> If CONFIG_VIDEO_DEV=m and CONFIG_VIDEO_V4L1_COMPAT=y, v4l1-compat should be built as a module (currently, it isn't built at all leading to problems with modules using it). Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/media/video/Makefile | 5 ++++- 1 files changed, 4 insertions(+), 1 deletion(-) diff -puN drivers/media/video/Makefile~fix-video_dev=m-video_v4l1_compat=y drivers/media/video/Makefile --- 25/drivers/media/video/Makefile~fix-video_dev=m-video_v4l1_compat=y Thu Apr 27 15:42:18 2006 +++ 25-akpm/drivers/media/video/Makefile Thu Apr 27 15:42:18 2006 @@ -11,7 +11,10 @@ tuner-objs := tuner-core.o tuner-types.o msp3400-objs := msp3400-driver.o msp3400-kthreads.o obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-common.o compat_ioctl32.o -obj-$(CONFIG_VIDEO_V4L1_COMPAT) += v4l1-compat.o + +ifeq ($(CONFIG_VIDEO_V4L1_COMPAT),y) + obj-$(CONFIG_VIDEO_DEV) += v4l1-compat.o +endif obj-$(CONFIG_VIDEO_BT848) += bt8xx/ obj-$(CONFIG_VIDEO_BT848) += tvaudio.o tda7432.o tda9875.o ir-kbd-i2c.o _ Patches currently in -mm which might be from bunk@xxxxxxxxx are fix-array-overrun-in-drivers-char-mwave-mwaveddc.patch readd-the-oss-sound_cs4232-option.patch mark-vmsplit-embedded.patch git-acpi.patch acpiphp-use-new-dock-driver-fix.patch git-dvb.patch fix-video_dev=m-video_v4l1_compat=y.patch avermedia-6-eyes-avs6eyes-support.patch gregkh-i2c-w1-cleanups-fix.patch git-gfs2.patch git-infiniband.patch git-intelfb.patch git-ocfs2.patch gregkh-pci-acpiphp-configure-_prt-v3-cleanup.patch git-scsi-rc-fixes.patch drivers-scsi-aic7xxx-possible-cleanups.patch drivers-scsi-small-cleanups.patch drivers-scsi-megaraidc-add-a-dummy-mega_create_proc_entry-for-proc_fs=y.patch drivers-scsi-gdthc-make-__gdth_execute-static.patch drivers-scsi-qla2xxx-make-some-functions-static.patch drivers-scsi-aic7xxx-aic79xx_corec-make-ahd_done_with_status-static.patch remove-drivers-scsi-constantscscsi_print_req_sense.patch drivers-scsi-aic7xxx-aic79xx_corec-make-ahd_match_scb-static.patch drivers-scsi-aic7xxx-possible-cleanups-2.patch ieee80211_wxc-remove-dead-code.patch acx1xx-wireless-driver.patch arch-i386-kernel-apicc-make-modern_apic-static.patch kernel-power-snapshotc-cleanups.patch remove-fs-jffs2-ioctlc.patch fs-locksc-make-posix_locks_deadlock-static.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch fs-fat-miscc-unexport-fat_sync_bhs.patch the-scheduled-unexport-of-insert_resource.patch time-i386-clocksource-drivers.patch reiser4.patch fs-reiser4-misc-cleanups.patch fbdev-cleanup-the-config_video_select-mess.patch fbdev-remove-duplicate-includes.patch nmi-lockup-and-altsysrq-p-dumping-calltraces-on-_all_-cpus.patch slab-cache-shrinker-statistics.patch i386-enable-4k-stacks-by-default.patch mutex-subsystem-synchro-test-module.patch drivers-char-ipmi-ipmi_msghandlerc-make-proc_ipmi_root-static.patch drivers-message-i2o-iopc-unexport-i2o_msg_nop.patch x86_64-unexport-ia32_sys_call_table.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