patch-2.4.19 linux-2.4.19/drivers/macintosh/mac_keyb.c

Next file: linux-2.4.19/drivers/macintosh/macserial.c
Previous file: linux-2.4.19/drivers/macintosh/mac_hid.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/macintosh/mac_keyb.c linux-2.4.19/drivers/macintosh/mac_keyb.c
@@ -256,7 +256,6 @@
 #endif
 
 extern struct kbd_struct kbd_table[];
-extern wait_queue_head_t keypress_wait;
 
 extern void handle_scancode(unsigned char, int);
 
@@ -423,7 +422,6 @@
 	struct tty_struct *tty;
 
 	tty = console_driver.table? console_driver.table[fg_console]: NULL;
-	wake_up(&keypress_wait);
 	if (tty) {
 		tty_insert_flip_char(tty, ch, 0);
 		con_schedule_flip(tty);

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