diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-04-02 15:53:57 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-09 22:16:55 +0400 |
commit | ba43294d51ac6491e60c2fc33a974a9a1002dfed (patch) | |
tree | 9bf10d228e138018a7c076e9c3bd7a5336141c21 /include/linux/isdn.h | |
parent | 1b05f030a90569d9617d0fe42910f9e5c8cc59ec (diff) | |
download | linux-ba43294d51ac6491e60c2fc33a974a9a1002dfed.tar.xz |
TTY: isdn, use tty from tty_port
No recounting this time, just a plain switch.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Karsten Keil <isdn@linux-pingi.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/isdn.h')
-rw-r--r-- | include/linux/isdn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h index a4b71fe20a69..95883ac5a2f4 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -479,7 +479,6 @@ typedef struct modem_info { struct T30_s *fax; /* T30 Fax Group 3 data/interface */ int faxonline; /* Fax-channel status */ #endif - struct tty_struct *tty; /* Pointer to corresponding tty */ atemu emu; /* AT-emulator data */ spinlock_t readlock; } modem_info; |