diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2003-05-26 06:48:16 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-26 06:48:16 -0700 |
| commit | b70526a68f6eba9ecdef5cb51b4031484a2858e6 (patch) | |
| tree | 276996afb5fa0899521b5e93331b0ab0a2cebe6a /include | |
| parent | 9fc6726fbeb52ae66399b40f05e9a455a9504f08 (diff) | |
[PATCH] callout removal: ircomm_tty
callout removal: ircomm_tty
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/irda/ircomm_tty.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/irda/ircomm_tty.h b/include/net/irda/ircomm_tty.h index 7ff56638b9d6..0b446540751d 100644 --- a/include/net/irda/ircomm_tty.h +++ b/include/net/irda/ircomm_tty.h @@ -93,7 +93,6 @@ struct ircomm_tty_cb { void *ckey; struct termios normal_termios; - struct termios callout_termios; wait_queue_head_t open_wait; wait_queue_head_t close_wait; @@ -103,8 +102,6 @@ struct ircomm_tty_cb { unsigned short close_delay; unsigned short closing_wait; /* time to wait before closing */ - long session; /* Session of opening process */ - long pgrp; /* pgrp of opening process */ int open_count; int blocked_open; /* # of blocked opens */ |
