|
@@ -892,7 +892,6 @@ static int usb_serial_probe(struct usb_interface *interface,
|
|
port->port.ops = &serial_port_ops;
|
|
port->port.ops = &serial_port_ops;
|
|
port->serial = serial;
|
|
port->serial = serial;
|
|
spin_lock_init(&port->lock);
|
|
spin_lock_init(&port->lock);
|
|
- init_waitqueue_head(&port->delta_msr_wait);
|
|
|
|
/* Keep this for private driver use for the moment but
|
|
/* Keep this for private driver use for the moment but
|
|
should probably go away */
|
|
should probably go away */
|
|
INIT_WORK(&port->work, usb_serial_port_work);
|
|
INIT_WORK(&port->work, usb_serial_port_work);
|