diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2003-06-11 07:41:28 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-06-11 07:41:28 -0700 |
| commit | 99a21edebbfd8c29e39ee7fcc8a1ffa423657290 (patch) | |
| tree | 4a82db683b56b0c84f9bc24d2db7083bf663a1f7 /include/linux/isicom.h | |
| parent | e9f92fa1c214e52fa9afe50ac6e59be0fe20c6eb (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/isicom.h')
| -rw-r--r-- | include/linux/isicom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/isicom.h b/include/linux/isicom.h index a7d9dd5cd5e5..c24383215978 100644 --- a/include/linux/isicom.h +++ b/include/linux/isicom.h @@ -158,7 +158,6 @@ struct isi_port { int xmit_head; int xmit_tail; int xmit_cnt; - struct termios normal_termios; }; |
