]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit12a9533ae8158069d3da1805d9d712721c6a36ba
tree69ed26edc4fd6616035a9daa9fe1dea70dd2bae5
parentee097191eaf9aac2e932883d9f01b9adb5934bd0
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