]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7ebb656df06da4ba8c0d964dbc62ca745c93ed09
treee05a5dda9dec8d0e69647577cc3b579b017c426d
parent1c9e5cada67efb60bafb436572ea7ad40efaa735
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]