patch-2.1.44 linux/arch/m68k/kernel/console.c
Next file: linux/arch/m68k/mm/memory.c
Previous file: linux/arch/m68k/ifpsp060/iskeleton.S
Back to the patch index
Back to the overall index
-  Lines: 21
-  Date:
Mon Jul  7 08:18:53 1997
-  Orig file: 
v2.1.43/linux/arch/m68k/kernel/console.c
-  Orig date: 
Mon Jun 16 16:35:53 1997
diff -u --recursive --new-file v2.1.43/linux/arch/m68k/kernel/console.c linux/arch/m68k/kernel/console.c
@@ -109,6 +109,7 @@
 #include <linux/interrupt.h>
 #include <linux/tty.h>
 #include <linux/tty_flip.h>
+#include <linux/console.h>
 #include <linux/kernel.h>
 #include <linux/string.h>
 #include <linux/errno.h>
@@ -164,9 +165,12 @@
 void poke_blanked_console(void);
 void do_blank_screen(int);
 
+#if 0
+/* Make sure there are no references left to this variables.  */
 unsigned long	video_num_lines;
 unsigned long	video_num_columns;
 unsigned long	video_size_row;
+#endif
 
 static int printable = 0;			/* Is console ready for printing? */
 unsigned long video_font_height;	/* Height of current screen font */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov