From: Adrian Bunk <bunk@stusta.de>

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>
---

 kernel/printk.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN kernel/printk.c~unexport-console_unblank kernel/printk.c
--- 25/kernel/printk.c~unexport-console_unblank	2005-05-31 02:51:30.000000000 -0700
+++ 25-akpm/kernel/printk.c	2005-05-31 02:51:30.000000000 -0700
@@ -786,7 +786,6 @@ void console_unblank(void)
 			c->unblank();
 	release_console_sem();
 }
-EXPORT_SYMBOL(console_unblank);
 
 /*
  * Return the console tty driver structure and its associated index
_