summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2003-05-26 06:50:55 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-05-26 06:50:55 -0700
commita00470d608f107de6a18477dce426e65157755a7 (patch)
treebc6536e15a5d3305593d59298ce82cd4e6f0aa6e /include/linux
parent059225074ed57929a8ed37c901479fe2c42de1e2 (diff)
[PATCH] callout removal: generic_serial
callout removal: generic_serial
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/generic_serial.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/generic_serial.h b/include/linux/generic_serial.h
index cc5441324f3c..35ee1c1fdd3e 100644
--- a/include/linux/generic_serial.h
+++ b/include/linux/generic_serial.h
@@ -37,11 +37,8 @@ struct gs_port {
/* struct semaphore port_write_sem; */
int flags;
struct termios normal_termios;
- struct termios callout_termios;
wait_queue_head_t open_wait;
wait_queue_head_t close_wait;
- long session;
- long pgrp;
int count;
int blocked_open;
struct tty_struct *tty;
@@ -67,8 +64,6 @@ struct gs_port {
#define GS_TYPE_NORMAL 1
-#define GS_TYPE_CALLOUT 2
-
#define GS_DEBUG_FLUSH 0x00000001
#define GS_DEBUG_BTR 0x00000002