vgacon: remove screen_info dependency
[linux-2.6-microblaze.git] / arch / arm / kernel / setup.c
index 40326a3..5d8a7fb 100644 (file)
@@ -1192,7 +1192,7 @@ void __init setup_arch(char **cmdline_p)
 
 #ifdef CONFIG_VT
 #if defined(CONFIG_VGA_CONSOLE)
-       conswitchp = &vga_con;
+       vgacon_register_screen(&screen_info);
 #endif
 #endif