aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-04-02 07:53:57 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-09 14:16:55 -0400
commitba43294d51ac6491e60c2fc33a974a9a1002dfed (patch)
tree9bf10d228e138018a7c076e9c3bd7a5336141c21 /include
parent1b05f030a90569d9617d0fe42910f9e5c8cc59ec (diff)
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')
-rw-r--r--include/linux/isdn.h1
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 {
479 struct T30_s *fax; /* T30 Fax Group 3 data/interface */ 479 struct T30_s *fax; /* T30 Fax Group 3 data/interface */
480 int faxonline; /* Fax-channel status */ 480 int faxonline; /* Fax-channel status */
481#endif 481#endif
482 struct tty_struct *tty; /* Pointer to corresponding tty */
483 atemu emu; /* AT-emulator data */ 482 atemu emu; /* AT-emulator data */
484 spinlock_t readlock; 483 spinlock_t readlock;
485} modem_info; 484} modem_info;