Commit 47bdfb96 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f8b8db77
......@@ -806,7 +806,6 @@ void console_unblank(void)
c->unblank();
release_console_sem();
}
EXPORT_SYMBOL(console_unblank);
/*
* Return the console tty driver structure and its associated index
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment