TTY: move TTY_FLUSH* flags to tty_port
authorJiri Slaby <jslaby@suse.cz>
Thu, 18 Oct 2012 20:26:44 +0000 (22:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 23:53:21 +0000 (16:53 -0700)
commit2fc20661e3171d45e8e58a61eb5c6b7d8d614fde
tree7e598268df316dcb637c18d5ec49b30744f1c0a6
parent57c941212d203979720081198ebda41f51812635
TTY: move TTY_FLUSH* flags to tty_port

They are only TTY buffers specific. And the buffers will go to
tty_port in the next patches. So to remove the need to have both
tty_port and tty_struct at some places, let us move the flags to
tty_port.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_buffer.c
include/linux/tty.h