From: Andrew Morton ERROR: "unbind_con_driver" [drivers/video/console/fbcon.ko] undefined! Cc: 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-2 drivers/char/vt.c --- a/drivers/char/vt.c~fbcon-allow-fbcon-to-use-the-primary-display-driver-fix-2 +++ a/drivers/char/vt.c @@ -3064,6 +3064,7 @@ err: return retval; } +EXPORT_SYMBOL(unbind_con_driver); static int vt_bind(struct con_driver *con) { _