diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-04-02 07:53:55 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-09 14:16:55 -0400 |
commit | c6e92b63d711c12ffb47f4dbb53902b7f26032e7 (patch) | |
tree | bc104c268a5ee048b468104c023ec483ffde5638 /include/linux/isdn.h | |
parent | 48decc1c743fa4eb5ba5dd3f556e7fcbefe65440 (diff) |
TTY: isdn, use open/close_wait from tty_port
Hmm, the isdn ones were initialized twice.
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 bb710414f275..c3ddf2081907 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h | |||
@@ -483,7 +483,6 @@ typedef struct modem_info { | |||
483 | #endif | 483 | #endif |
484 | struct tty_struct *tty; /* Pointer to corresponding tty */ | 484 | struct tty_struct *tty; /* Pointer to corresponding tty */ |
485 | atemu emu; /* AT-emulator data */ | 485 | atemu emu; /* AT-emulator data */ |
486 | wait_queue_head_t open_wait, close_wait; | ||
487 | spinlock_t readlock; | 486 | spinlock_t readlock; |
488 | } modem_info; | 487 | } modem_info; |
489 | 488 | ||