Skip to content

Commit

Permalink
[PATCH] unexport console_unblank
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Nov 7, 2005
1 parent f8b8db7 commit 47bdfb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47bdfb9

Please sign in to comment.