The patch titled nvidiafb-bring-back-generic-ddc-reading fix has been added to the -mm tree. Its filename is nvidiafb-bring-back-generic-ddc-reading-fix.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: nvidiafb-bring-back-generic-ddc-reading fix From: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Possible fix for nvidiafb-bring-back-generic-ddc-reading.patch drivers/built-in.o: In function `nvidia_probe_i2c_connector': /mnt/md0/devel/linux-mm/drivers/video/nvidia/nv_i2c.c:166: undefined reference to `fb_ddc_read' make[1]: *** [.tmp_vmlinux1] Error 1 make: *** [_all] Error 2 Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Cc: Antonino Daplas <adaplas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/Makefile | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/video/Makefile~nvidiafb-bring-back-generic-ddc-reading-fix drivers/video/Makefile --- a/drivers/video/Makefile~nvidiafb-bring-back-generic-ddc-reading-fix +++ a/drivers/video/Makefile @@ -32,6 +32,7 @@ obj-$(CONFIG_FB_PM3) += pm3fb.o obj-$(CONFIG_FB_MATROX) += matrox/ obj-$(CONFIG_FB_RIVA) += riva/ vgastate.o obj-$(CONFIG_FB_NVIDIA) += nvidia/ +obj-$(CONFIG_FB_NVIDIA_I2C) += fb_ddc.o obj-$(CONFIG_FB_ATY) += aty/ macmodes.o obj-$(CONFIG_FB_ATY128) += aty/ macmodes.o obj-$(CONFIG_FB_RADEON) += aty/ _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are origin.patch git-ia64.patch git-input.patch i386-irq-kill-irq-compression-fix.patch extend-notifier_call_chain-to-count-nr_calls-made-fixes-3.patch edac-new-opteron-athlon64-memory-controller-driver.patch reiser4-configh.patch nvidiafb-bring-back-generic-ddc-reading-fix.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