commit | 137084bbaddf4f6dde948ef3a14e18ba0754cc0d | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jun 15 07:04:46 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 16:38:34 2013 -0700 |
tree | cbb5df7fd5b9950ca9f7c8a011199e5a07bdb727 | |
parent | 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b [diff] |
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>