]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/tty/tty_ldisc.c
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)
commit11cf48eab21887a120f7f47c67b44a829e3c371d
treecb410f46383cb934cb6be32174e2b3134120dfb7
parent76bc35e78fdf1065ffa2bb62fabe3e8423d378c8
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