The patch titled tty: export get_current_tty has been added to the -mm tree. Its filename is tty-export-get_current_tty.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 origin.patch tty-export-get_current_tty.patch 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