[parisc-linux-cvs] turn on sticon independend of stifb
Helge Deller
deller@gmx.de
Wed, 16 May 2001 19:40:47 +0200
Index: sticon.c
===================================================================
RCS file: /home/cvs/parisc/linux/drivers/video/sti/sticon.c,v
retrieving revision 1.6
diff -u -r1.6 sticon.c
--- sticon.c 2001/02/17 01:29:23 1.6
+++ sticon.c 2001/05/16 17:33:39
@@ -227,17 +227,13 @@
int __init sticonsole_init(void)
{
-#ifndef CONFIG_FB_STI
- printk("\nsearching for STI ROMs\n");
+ printk("\nsticon: searching for STI ROMs\n");
if (sti_init_roms()) {
pdc_console_die();
take_over_console(&sti_con, 0, MAX_NR_CONSOLES - 1, 1);
return 0;
} else
return -ENODEV;
-#else
- return 0;
-#endif
}