summaryrefslogtreecommitdiff
path: root/include/linux/cyclades.h
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2003-06-11 07:41:28 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-06-11 07:41:28 -0700
commit99a21edebbfd8c29e39ee7fcc8a1ffa423657290 (patch)
tree4a82db683b56b0c84f9bc24d2db7083bf663a1f7 /include/linux/cyclades.h
parente9f92fa1c214e52fa9afe50ac6e59be0fe20c6eb (diff)
[PATCH] tty_driver refcounting
killed the last remnants of callout stuff - we don't need to mess with storing termios privately anymore.
Diffstat (limited to 'include/linux/cyclades.h')
-rw-r--r--include/linux/cyclades.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h
index 1e4165e822c2..0be662bf061d 100644
--- a/include/linux/cyclades.h
+++ b/include/linux/cyclades.h
@@ -596,7 +596,6 @@ struct cyclades_port {
int default_timeout;
unsigned long jiffies[3];
unsigned long rflush_count;
- struct termios normal_termios;
struct cyclades_monitor mon;
struct cyclades_idle_stats idle_stats;
struct cyclades_icount icount;