The patch titled VT binding: Make sticon support binding has been removed from the -mm tree. Its filename is vt-binding-make-sticon-support-binding.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: VT binding: Make sticon support binding From: "Antonino A. Daplas" <adaplas@xxxxxxxxx> Do not mark sticon_startup() as __init Signed-off-by: Antonino Daplas <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/console/sticon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/console/sticon.c~vt-binding-make-sticon-support-binding drivers/video/console/sticon.c --- a/drivers/video/console/sticon.c~vt-binding-make-sticon-support-binding +++ a/drivers/video/console/sticon.c @@ -75,7 +75,7 @@ static inline void cursor_undrawn(void) cursor_drawn = 0; } -static const char *__init sticon_startup(void) +static const char *sticon_startup(void) { return "STI console"; } _ Patches currently in -mm which might be from adaplas@xxxxxxxxx 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