Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207874
b: refs/heads/master
c: 690b781
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Egger authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent f743190 commit 10f283c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea5d023615948e85517ac81a7fae79429109cfa2
refs/heads/master: 690b781b327a1c986c33fb2c51dd966c38222943
8 changes: 0 additions & 8 deletions trunk/drivers/serial/68328serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ struct m68k_serial *m68k_consinfo = 0;

#define M68K_CLOCK (16667000) /* FIXME: 16MHz is likely wrong */

#ifdef CONFIG_CONSOLE
extern wait_queue_head_t keypress_wait;
#endif

struct tty_driver *serial_driver;

/* number of characters left in xmit buffer before we ask for more */
Expand Down Expand Up @@ -300,10 +296,6 @@ static void receive_chars(struct m68k_serial *info, unsigned short rx)
return;
#endif /* CONFIG_MAGIC_SYSRQ */
}
/* It is a 'keyboard interrupt' ;-) */
#ifdef CONFIG_CONSOLE
wake_up(&keypress_wait);
#endif
}

if(!tty)
Expand Down

0 comments on commit 10f283c

Please sign in to comment.