The patch titled tty: export get_current_tty has been removed from the -mm tree. Its filename was tty-export-get_current_tty.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: tty: export get_current_tty From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> 24ec839c431eb79bb8f6abc00c4e1eb3b8c4d517 causes this: WARNING: "get_current_tty" [drivers/s390/char/fs3270.ko] undefined! Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Acked-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/tty_io.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/char/tty_io.c~tty-export-get_current_tty drivers/char/tty_io.c --- a/drivers/char/tty_io.c~tty-export-get_current_tty +++ a/drivers/char/tty_io.c @@ -3821,6 +3821,7 @@ struct tty_struct *get_current_tty(void) barrier(); return tty; } +EXPORT_SYMBOL_GPL(get_current_tty); /* * Initialize the console device. This is called *early*, so _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are scsi-fix-uaccess-handling.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