]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Relocate tty_ldisc_halt() to avoid forward declaration
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 11 Mar 2013 20:44:27 +0000 (16:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2013 23:38:58 +0000 (16:38 -0700)
commit07c83fdb51da7ab632988ee9056a14f366d81676
treecb410f46383cb934cb6be32174e2b3134120dfb7
parentac38433c8c9e4aed28f043764121a76d21c57d40
tty: Relocate tty_ldisc_halt() to avoid forward declaration

tty_ldisc_halt() will use the file-scoped function, tty_ldisc_wait_idle(),
in the following patch.

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