OSDN Git Service

tty: Reorder proc_set_tty() and related fns
authorPeter Hurley <peter@hurleysoftware.com>
Thu, 16 Oct 2014 18:59:42 +0000 (14:59 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 00:26:13 +0000 (16:26 -0800)
commit11d9befda294d8f40fd6a3d967722cf0ff0a0f5a
tree702f4624cc024d01790ed9f123af02d32ad078da
parent8f166e00196fcb16364c9c39dab6fe7b72e63f18
tty: Reorder proc_set_tty() and related fns

Move the controlling tty-related functions and remove forward
declarations for __proc_set_tty() and proc_set_tty().

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Reviewed-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c