]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Fix tty_ldisc_lock name collision
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 15 Jun 2013 11:04:46 +0000 (07:04 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:38:34 +0000 (16:38 -0700)
commit46fce1adb8323e42f6361f9c6f1e56781d6001f4
treecbb5df7fd5b9950ca9f7c8a011199e5a07bdb727
parent617537d2ebf9f8060e43c17ed9a7bf6d98b03f36
tty: Fix tty_ldisc_lock name collision

The file scope spinlock identifier, tty_ldisc_lock, will collide
with the file scope lock function tty_ldisc_lock() so rename it.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c
drivers/tty/tty_ldisc.c