aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/tty_io.c')
-rw-r--r--drivers/char/tty_io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index 4044c864fdd4..a928f6af52f2 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -3821,6 +3821,7 @@ struct tty_struct *get_current_tty(void)
3821 barrier(); 3821 barrier();
3822 return tty; 3822 return tty;
3823} 3823}
3824EXPORT_SYMBOL_GPL(get_current_tty);
3824 3825
3825/* 3826/*
3826 * Initialize the console device. This is called *early*, so 3827 * Initialize the console device. This is called *early*, so