diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/printk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c index 3cb9708209bc..e9be027bc930 100644 --- a/kernel/printk.c +++ b/kernel/printk.c | |||
@@ -806,7 +806,6 @@ void console_unblank(void) | |||
806 | c->unblank(); | 806 | c->unblank(); |
807 | release_console_sem(); | 807 | release_console_sem(); |
808 | } | 808 | } |
809 | EXPORT_SYMBOL(console_unblank); | ||
810 | 809 | ||
811 | /* | 810 | /* |
812 | * Return the console tty driver structure and its associated index | 811 | * Return the console tty driver structure and its associated index |