Commit d04169ae authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] unexport vc_cons_allocated

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c4104fd8
...@@ -3249,7 +3249,6 @@ EXPORT_SYMBOL(color_table); ...@@ -3249,7 +3249,6 @@ EXPORT_SYMBOL(color_table);
EXPORT_SYMBOL(default_red); EXPORT_SYMBOL(default_red);
EXPORT_SYMBOL(default_grn); EXPORT_SYMBOL(default_grn);
EXPORT_SYMBOL(default_blu); EXPORT_SYMBOL(default_blu);
EXPORT_SYMBOL(vc_cons_allocated);
EXPORT_SYMBOL(update_region); EXPORT_SYMBOL(update_region);
EXPORT_SYMBOL(redraw_screen); EXPORT_SYMBOL(redraw_screen);
EXPORT_SYMBOL(vc_resize); EXPORT_SYMBOL(vc_resize);
......
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