tty: move tty_port to new tty_port.h
authorJiri Slaby <jslaby@suse.cz>
Fri, 23 Jul 2021 10:31:46 +0000 (12:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jul 2021 10:12:08 +0000 (12:12 +0200)
commit67b94be44771ab99bdbd019e19314f268fa1ff8c
treee05a5dda9dec8d0e69647577cc3b579b017c426d
parent8d29e0024437ae9184ae24f817ef0fda80b8cd3c
tty: move tty_port to new tty_port.h

tty.h is long enough already. And I am slowly adding kernel-doc
documentation, so it grows to unmaintainable long mess. To avoid this,
split tty.h further into tty_port.h and move there tty_port-related
declarations and function prototypes (those implemented in tty_port.c).

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210723103147.18250-8-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/tty.h
include/linux/tty_port.h [new file with mode: 0644]