]> git.baikalelectronics.ru Git - kernel.git/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)
commit04258f9e7e7029315e902206056c69a325140aa4
treeaa3df8f37896c5be500c0925c2058a59a4b07663
parent5b68adb3ae2500d44cd1631fe1bbf0bebda74386
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