]> git.karo-electronics.de Git - linux-beck.git/commit
tty: Move tty_ldisc_kill()
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 11 Jan 2016 06:41:03 +0000 (22:41 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jan 2016 23:01:44 +0000 (15:01 -0800)
commit6ffeb4b2782b31f3d7158795a451ad371955e8a2
treed916a0ca6a8629aaa6e3f8df1757f26fbba1ed83
parenta570a49abd343102ce681bbf8273897c3c9fd2d1
tty: Move tty_ldisc_kill()

In preparation for destroying the line discipline instance on hangup,
move tty_ldisc_kill() to eliminate needless forward declarations.
No functional change.

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