diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-07 04:01:39 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:54:07 -0500 |
commit | 47bdfb96de47d25bea423b5adbfe1c2e1ceaa296 (patch) | |
tree | 15db7aa7828eecb91142a5dd98cd5e97e1a1114a /kernel/printk.c | |
parent | f8b8db77b0cc36670ef4ed6bc31e64537ffa197e (diff) |
[PATCH] unexport console_unblank
I didn't find any possible modular usage of console_unblank in the
kernel.
This patch was already ACK'ed by Alan Cox.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/printk.c')
-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 |