patch-2.4.22 linux-2.4.22/drivers/char/keyboard.c

Next file: linux-2.4.22/drivers/char/lcd.c
Previous file: linux-2.4.22/drivers/char/ite_gpio.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/char/keyboard.c linux-2.4.22/drivers/char/keyboard.c
@@ -336,21 +336,6 @@
 	schedule_console_callback();
 }
 
-#ifdef CONFIG_FORWARD_KEYBOARD
-extern int forward_chars;
-
-void put_queue(int ch)
-{
-	if (forward_chars == fg_console+1){
-		kbd_forward_char (ch);
-	} else {
-		if (tty) {
-			tty_insert_flip_char(tty, ch, 0);
-			con_schedule_flip(tty);
-		}
-	}
-}
-#else
 void put_queue(int ch)
 {
 	if (tty) {
@@ -358,7 +343,6 @@
 		con_schedule_flip(tty);
 	}
 }
-#endif
 
 static void puts_queue(char *cp)
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)