Commit a311f743 authored by Heiko Carstens's avatar Heiko Carstens Committed by Linus Torvalds

[PATCH] tty: export get_current_tty

24ec839c causes this:

WARNING: "get_current_tty" [drivers/s390/char/fs3270.ko] undefined!

Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Acked-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 24d34dc5
...@@ -3821,6 +3821,7 @@ struct tty_struct *get_current_tty(void) ...@@ -3821,6 +3821,7 @@ struct tty_struct *get_current_tty(void)
barrier(); barrier();
return tty; return tty;
} }
EXPORT_SYMBOL_GPL(get_current_tty);
/* /*
* Initialize the console device. This is called *early*, so * Initialize the console device. This is called *early*, so
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment