From: Adrian Bunk 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 Signed-off-by: Andrew Morton --- kernel/printk.c | 1 - 1 files changed, 1 deletion(-) diff -puN kernel/printk.c~unexport-console_unblank kernel/printk.c --- devel/kernel/printk.c~unexport-console_unblank 2005-07-08 23:12:04.000000000 -0700 +++ devel-akpm/kernel/printk.c 2005-07-08 23:12:04.000000000 -0700 @@ -797,7 +797,6 @@ void console_unblank(void) c->unblank(); release_console_sem(); } -EXPORT_SYMBOL(console_unblank); /* * Return the console tty driver structure and its associated index _