diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2003-05-26 06:53:24 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-26 06:53:24 -0700 |
| commit | e4e95f5197bc71a6999175b43851413b54595134 (patch) | |
| tree | b81ee1c43a9f00f3d7c29c4c4393c670c5a607d4 /include | |
| parent | 04da6b90e2947ab5004cfb87ec82c4e0e9635cbb (diff) | |
[PATCH] callout removal: esp
callout removal: esp
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/hayesesp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/hayesesp.h b/include/linux/hayesesp.h index 00774e5d4550..6c1e096b77ed 100644 --- a/include/linux/hayesesp.h +++ b/include/linux/hayesesp.h @@ -96,8 +96,6 @@ struct esp_struct { int line; int count; /* # of fd on device */ int blocked_open; /* # of blocked opens */ - long session; /* Session of opening process */ - long pgrp; /* pgrp of opening process */ unsigned char *xmit_buf; int xmit_head; int xmit_tail; @@ -105,7 +103,6 @@ struct esp_struct { struct work_struct tqueue; struct work_struct tqueue_hangup; struct termios normal_termios; - struct termios callout_termios; wait_queue_head_t open_wait; wait_queue_head_t close_wait; wait_queue_head_t delta_msr_wait; |
