The patch titled fbdev: make fb_append_extra_logo() depend on fb=y has been removed from the -mm tree. Its filename was fbdev-make-fb_append_extra_logo-depend-on-fb=y.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fbdev: make fb_append_extra_logo() depend on fb=y From: Arnd Bergmann <arnd@xxxxxxxx> We can't show the extra logo from boot code if FB is built as a module. Make the FB_LOGO_EXTRA depend on FB=y. Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Acked-by: Geert Uytterhoeven <Geert.Uytterhoeven@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/logo/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/logo/Kconfig~fbdev-make-fb_append_extra_logo-depend-on-fb=y drivers/video/logo/Kconfig --- a/drivers/video/logo/Kconfig~fbdev-make-fb_append_extra_logo-depend-on-fb=y +++ a/drivers/video/logo/Kconfig @@ -12,7 +12,7 @@ if LOGO config FB_LOGO_EXTRA bool - depends on FB + depends on FB=y default y if SPU_BASE config LOGO_LINUX_MONO _ Patches currently in -mm which might be from arnd@xxxxxxxx are origin.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