serial: replace the state mutex with the tty port mutex
authorAlan Cox <alan@linux.intel.com>
Sat, 19 Sep 2009 20:13:31 +0000 (13:13 -0700)
committerLive-CD User <linux@linux.site>
Sat, 19 Sep 2009 20:13:31 +0000 (13:13 -0700)
commita2bceae065ed8c4f552b35c4dde4cc2db05ce9e3
tree90c50ada1362bbb65c1b6f8c8c4fbc9227a21455
parenta03006860d272eac5a8ebf23f04f54c7e1e783a5
serial: replace the state mutex with the tty port mutex

They cover essentially the same stuff and we can therefore fold it into the
tty_port one.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/pmac_zilog.c
drivers/serial/serial_core.c
include/linux/serial_core.h