Char: char/serial, remove SERIAL_TYPE_NORMAL redefines
Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f6de0c9864
commit
1237a2ef31
@@ -84,9 +84,6 @@ extern wait_queue_head_t keypress_wait;
|
||||
|
||||
struct tty_driver *serial_driver;
|
||||
|
||||
/* serial subtype definitions */
|
||||
#define SERIAL_TYPE_NORMAL 1
|
||||
|
||||
/* number of characters left in xmit buffer before we ask for more */
|
||||
#define WAKEUP_CHARS 256
|
||||
|
||||
|
||||
@@ -68,11 +68,6 @@ static char *serial_version = "$Revision: 1.25 $";
|
||||
|
||||
struct tty_driver *serial_driver;
|
||||
|
||||
/* serial subtype definitions */
|
||||
#ifndef SERIAL_TYPE_NORMAL
|
||||
#define SERIAL_TYPE_NORMAL 1
|
||||
#endif
|
||||
|
||||
/* number of characters left in xmit buffer before we ask for more */
|
||||
#define WAKEUP_CHARS 256
|
||||
|
||||
|
||||
Reference in New Issue
Block a user