The patch titled fbdev: make fb_append_extra_logo() depend on fb=y has been added to the -mm tree. Its filename is fbdev-make-fb_append_extra_logo-depend-on-fb=y.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: 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> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/logo/Kconfig | 2 +- 1 files 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 fbdev-make-fb_append_extra_logo-depend-on-fb=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