]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1cf758d9861b576bfb35bf9df76da3df60c7391a
tree90c50ada1362bbb65c1b6f8c8c4fbc9227a21455
parent790571f47e2d161ba27f6aa0bff999a77546b230
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