tty: move tty_ldisc_receive_buf to tty_flip.h
authorJiri Slaby <jslaby@suse.cz>
Fri, 23 Jul 2021 10:31:44 +0000 (12:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jul 2021 10:12:07 +0000 (12:12 +0200)
commit56eef46aa830824d5046a765d695a78bc0c34fed
treefbc6d8e8c91522d5ff1024c72eff681dfe35c3da
parentabca990183e933d8448a4791c2912b509a17e290
tty: move tty_ldisc_receive_buf to tty_flip.h

It's the only remaining tty_buffer.c prototype residing in tty.h. Move
it along others to tty_flip.h.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210723103147.18250-6-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/tty.h
include/linux/tty_flip.h