Commit 8848944c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] export con_set_default_unimap()

fbcon needs this symbol.
parent b081d0fe
...@@ -577,6 +577,7 @@ con_set_default_unimap(int con) ...@@ -577,6 +577,7 @@ con_set_default_unimap(int con)
dflt = p; dflt = p;
return err; return err;
} }
EXPORT_SYMBOL(con_set_default_unimap);
int int
con_copy_unimap(int dstcon, int srccon) con_copy_unimap(int dstcon, int srccon)
......
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