The patch titled VT binding: Make mdacon support binding has been removed from the -mm tree. Its filename is vt-binding-make-mdacon-support-binding.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: VT binding: Make mdacon support binding From: "Antonino A. Daplas" <adaplas@xxxxxxxxx> Do not mark mdacon_startup __init. Signed-off-by: Antonino Daplas <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/console/mdacon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/console/mdacon.c~vt-binding-make-mdacon-support-binding drivers/video/console/mdacon.c --- a/drivers/video/console/mdacon.c~vt-binding-make-mdacon-support-binding +++ a/drivers/video/console/mdacon.c @@ -308,7 +308,7 @@ static void __init mda_initialize(void) outb_p(0x00, mda_gfx_port); } -static const char __init *mdacon_startup(void) +static const char *mdacon_startup(void) { mda_num_columns = 80; mda_num_lines = 25; _ 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