usb_serial: Kill port mutex
authorAlan Cox <alan@linux.intel.com>
Tue, 6 Oct 2009 15:06:46 +0000 (16:06 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 23:18:04 +0000 (15:18 -0800)
commit82fc5943430e3cbf15033ed4186a73f90906345d
tree16e8168424072f02cba69c64bedf5d52915c9eda
parente1108a63e10d344284011cccc06328b2cd3e5da3
usb_serial: Kill port mutex

The tty port has a port mutex used for all the port related locking so we
don't need the one in the USB serial layer any more.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/opticon.c
drivers/usb/serial/usb-serial.c
include/linux/usb/serial.h