]> git.baikalelectronics.ru Git - kernel.git/commit
tty: move ldisc prototypes to tty_ldisc.h
authorJiri Slaby <jslaby@suse.cz>
Fri, 23 Jul 2021 10:31:42 +0000 (12:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jul 2021 10:12:07 +0000 (12:12 +0200)
commit683acdd41d5985b452fc041caa0e9640adbe16c0
treed32a66107cff9551781fad9e9466b1c992857c7e
parent295b823a13719a42cdd877a755ddcb7dd2bdf531
tty: move ldisc prototypes to tty_ldisc.h

We already have tty_ldisc.h, so cleanup tty.h a bit by moving out
tty_ldisc-related function prototypes and a variable into tty_ldisc.h.
They are implemented in tty_ldisc.c anyway.

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