From: Peter Hurley Date: Wed, 5 Nov 2014 17:13:06 +0000 (-0500) Subject: tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functions X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80a10ee4de8f654cf34170da00f989470331da8;p=pandora-kernel.git tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functions tty_ldisc_lock(), tty_ldisc_unlock(), and tty_ldisc_lock_nested() are low-level aliases for the underlying lock mechanism. Rename with double underscore to allow for new, higher level functions with those names. Reviewed-by: Alan Cox Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed