The patch titled v4l: fix videobuf_cgmbuf export has been removed from the -mm tree. Its filename was v4l-fix-videobuf_cgmbuf-export.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: v4l: fix videobuf_cgmbuf export From: Pekka Enberg <penberg@xxxxxxxxxxxxxx> As videobuf_cgmbuf is defined only if CONFIG_VIDEO_V4L1_COMPAT is enabled, move the EXPORT_SYMBOL_GPL declaration inside the #ifdef block. Fixes compilation for x86_64 defconfig. Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/video/videobuf-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/video/videobuf-core.c~v4l-fix-videobuf_cgmbuf-export drivers/media/video/videobuf-core.c --- a/drivers/media/video/videobuf-core.c~v4l-fix-videobuf_cgmbuf-export +++ a/drivers/media/video/videobuf-core.c @@ -971,6 +971,7 @@ int videobuf_cgmbuf(struct videobuf_queu return 0; } +EXPORT_SYMBOL_GPL(videobuf_cgmbuf); #endif /* --------------------------------------------------------------------- */ @@ -989,7 +990,6 @@ EXPORT_SYMBOL_GPL(videobuf_reqbufs); EXPORT_SYMBOL_GPL(videobuf_querybuf); EXPORT_SYMBOL_GPL(videobuf_qbuf); EXPORT_SYMBOL_GPL(videobuf_dqbuf); -EXPORT_SYMBOL_GPL(videobuf_cgmbuf); EXPORT_SYMBOL_GPL(videobuf_streamon); EXPORT_SYMBOL_GPL(videobuf_streamoff); _ Patches currently in -mm which might be from penberg@xxxxxxxxxxxxxx are origin.patch git-dvb.patch tokenring-3c359c-fixed-array-index-problem.patch git-unionfs.patch avoid-negative-and-full-width-shifts-in-radix-treec.patch cpu-hotplug-slab-cleanup-cpuup_callback.patch cpu-hotplug-slab-fix-memory-leak-in-cpu-hotplug-error-path.patch revoke-special-mmap-handling.patch revoke-special-mmap-handling-vs-fault-vs-invalidate.patch revoke-core-code.patch revoke-support-for-ext2-and-ext3.patch revoke-add-documentation.patch revoke-wire-up-i386-system-calls.patch revoke-vs-git-block.patch slab-leaks3-default-y.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