]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc8075abc909e9f6b0fb1a74c5e02a463f26de0c0
treefbc6d8e8c91522d5ff1024c72eff681dfe35c3da
parente312edf100f262dc04913beae019d556eeafbfd8
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