summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2003-05-26 06:53:55 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-05-26 06:53:55 -0700
commit6be5e2cbdfea21cebef9c3e8ce67ad5c7555043a (patch)
treef719e7ad46f87d133e6bb44d3502db6cf258920e /include
parent598fdf6c080b4931cf70fda9e730ed8ab11968b8 (diff)
[PATCH] callout removal: cyclades
callout removal: cyclades
Diffstat (limited to 'include')
-rw-r--r--include/linux/cyclades.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h
index 0bd07de0e255..1e4165e822c2 100644
--- a/include/linux/cyclades.h
+++ b/include/linux/cyclades.h
@@ -588,8 +588,6 @@ struct cyclades_port {
int breakon;
int breakoff;
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;
@@ -599,7 +597,6 @@ struct cyclades_port {
unsigned long jiffies[3];
unsigned long rflush_count;
struct termios normal_termios;
- struct termios callout_termios;
struct cyclades_monitor mon;
struct cyclades_idle_stats idle_stats;
struct cyclades_icount icount;