]> Pileus Git - ~andy/linux/commit
tty: Fold one-line assign function into callers
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 11 Mar 2013 20:44:42 +0000 (16:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2013 23:48:42 +0000 (16:48 -0700)
commitf48070457c728a1ff8f327240e70483cebabf83b
treeaa3df8f37896c5be500c0925c2058a59a4b07663
parent16759f6cd8c590fa23cb2956fdf32fe23a67e482
tty: Fold one-line assign function into callers

Now that tty_ldisc_assign() is a one-line file-scoped function,
remove it and perform the simple assignment at its call sites.

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