diff options
Diffstat (limited to 'drivers/usb/serial/usb_wwan.c')
-rw-r--r-- | drivers/usb/serial/usb_wwan.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/usb/serial/usb_wwan.c b/drivers/usb/serial/usb_wwan.c index 9aeaccfd4f74..aa45985520f7 100644 --- a/drivers/usb/serial/usb_wwan.c +++ b/drivers/usb/serial/usb_wwan.c | |||
@@ -55,20 +55,6 @@ void usb_wwan_dtr_rts(struct usb_serial_port *port, int on) | |||
55 | } | 55 | } |
56 | EXPORT_SYMBOL(usb_wwan_dtr_rts); | 56 | EXPORT_SYMBOL(usb_wwan_dtr_rts); |
57 | 57 | ||
58 | void usb_wwan_set_termios(struct tty_struct *tty, | ||
59 | struct usb_serial_port *port, | ||
60 | struct ktermios *old_termios) | ||
61 | { | ||
62 | struct usb_wwan_intf_private *intfdata = port->serial->private; | ||
63 | |||
64 | /* Doesn't support option setting */ | ||
65 | tty_termios_copy_hw(&tty->termios, old_termios); | ||
66 | |||
67 | if (intfdata->send_setup) | ||
68 | intfdata->send_setup(port); | ||
69 | } | ||
70 | EXPORT_SYMBOL(usb_wwan_set_termios); | ||
71 | |||
72 | int usb_wwan_tiocmget(struct tty_struct *tty) | 58 | int usb_wwan_tiocmget(struct tty_struct *tty) |
73 | { | 59 | { |
74 | struct usb_serial_port *port = tty->driver_data; | 60 | struct usb_serial_port *port = tty->driver_data; |