提交 47bdfb96 编写于 作者: A Adrian Bunk 提交者: 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: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 f8b8db77
...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册