diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 4044c864fdd4da888c1d09126ebb2ce3af77637b..a928f6af52f247cf4eb405df3894fd76d3e78ad5 100644 --- a/drivers/char/tty_io.c +++ b/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