tty: move tty_driver related prototypes to tty_driver.h
authorJiri Slaby <jslaby@suse.cz>
Fri, 23 Jul 2021 10:31:40 +0000 (12:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jul 2021 10:12:07 +0000 (12:12 +0200)
commit4d3d947866c2da405a6257158e42077fa3c95755
tree69ed26edc4fd6616035a9daa9fe1dea70dd2bae5
parent8496f60a670debe356a9168a66b7560641e53e93
tty: move tty_driver related prototypes to tty_driver.h

We already have tty_driver.h, so cleanup tty.h a bit by moving out
tty_driver-related function prototypes into tty_driver.h.

Note that tty.h already includes tty_driver.h.

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