The patch titled fbcon-kill-compile-warning-fix has been removed from the -mm tree. Its filename was fbcon-kill-compile-warning-fix.patch This patch was dropped because it was folded into fbcon-kill-compile-warning.patch ------------------------------------------------------ Subject: fbcon-kill-compile-warning-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxxxx> Cc: Antonino Daplas <adaplas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/console/fbcon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN drivers/video/console/fbcon.c~fbcon-kill-compile-warning-fix drivers/video/console/fbcon.c --- a/drivers/video/console/fbcon.c~fbcon-kill-compile-warning-fix +++ a/drivers/video/console/fbcon.c @@ -136,7 +136,9 @@ static inline void fbcon_map_override(vo map_override = 1; } #else -#define fbcon_map_override(...) do { } while (0) +static inline void fbcon_map_override(void) +{ +} #endif /* CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY */ /* font data */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are fbcon-kill-compile-warning.patch fbcon-kill-compile-warning-fix.patch fix-serial-buffer-memory-leak-fix.patch mtdchar-build-fix.patch fix-compilation-with-gcc-42-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