]> 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)
commitc944fe4f157ec894dd14cfb191ee5a43f889842a
treecb410f46383cb934cb6be32174e2b3134120dfb7
parentd381408d9281bc25be6299387a4525d02174aade
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