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>
This commit is contained in:
Jiri Slaby
2012-04-02 13:53:55 +02:00
committed by Greg Kroah-Hartman
parent 48decc1c74
commit c6e92b63d7
3 changed files with 7 additions and 12 deletions

View File

@@ -483,7 +483,6 @@ typedef struct modem_info {
#endif
struct tty_struct *tty; /* Pointer to corresponding tty */
atemu emu; /* AT-emulator data */
wait_queue_head_t open_wait, close_wait;
spinlock_t readlock;
} modem_info;