Skip to content
Snippets Groups Projects
Commit 47bdfb96 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[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
No related branches found
No related tags found
No related merge requests found
...@@ -806,7 +806,6 @@ void console_unblank(void) ...@@ -806,7 +806,6 @@ void console_unblank(void)
c->unblank(); c->unblank();
release_console_sem(); release_console_sem();
} }
EXPORT_SYMBOL(console_unblank);
/* /*
* Return the console tty driver structure and its associated index * Return the console tty driver structure and its associated index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment