From: "Antonino A. Daplas" unbind_con_driver() should be EXPORT_SYBOL. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- drivers/char/vt.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/char/vt.c~fbcon-allow-fbcon-to-use-the-primary-display-driver-fix drivers/char/vt.c --- a/drivers/char/vt.c~fbcon-allow-fbcon-to-use-the-primary-display-driver-fix +++ a/drivers/char/vt.c @@ -2960,6 +2960,7 @@ err: module_put(owner); return retval; }; +EXPORT_SYMBOL(bind_con_driver); #ifdef CONFIG_VT_HW_CONSOLE_BINDING static int con_is_graphics(const struct consw *csw, int first, int last) _