The patch titled fbdev: do not let CONFIG_FB_DEFERRED_IO default to y has been removed from the -mm tree. Its filename was fbdev-do-not-let-config_fb_deferred_io-default-to-y.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: fbdev: do not let CONFIG_FB_DEFERRED_IO default to y From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> CONFIG_FB_DEFERRED_IO can not be turned off, while it's already selected automatically by the drivers that need it. Although it's nice to have more compile-coverage, not being able to disable a rarely used feature is annoying. Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Acked-by: Jaya Kumar <jayakumar.lkml@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/Kconfig | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/video/Kconfig~fbdev-do-not-let-config_fb_deferred_io-default-to-y drivers/video/Kconfig --- a/drivers/video/Kconfig~fbdev-do-not-let-config_fb_deferred_io-default-to-y +++ a/drivers/video/Kconfig @@ -171,7 +171,6 @@ config FB_SYS_FOPS config FB_DEFERRED_IO bool depends on FB - default y config FB_METRONOME tristate _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are origin.patch linux-next.patch mm-move-bootmem-descriptors-definition-to-a-single-place.patch zorro-replace-deprecated-__initcall-with-equivalent-device_initcall.patch atafb-test-virtual-screen-range-before-subtraction-on-unsigned.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