]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/tty/Makefile
tty: move baudrate handling code to a file of its own
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 12 Apr 2017 22:37:15 +0000 (18:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Apr 2017 16:01:52 +0000 (18:01 +0200)
commitfff0a2ca3a061c230b0e905e7586267a517538ac
tree7ec0eaa6fbc499c25f46bc01e1ffa7e11b0534f7
parent0c688614dcce84dfdbb305fd1c399c06cecea745
tty: move baudrate handling code to a file of its own

To allow reuse without the rest of the tty_ioctl code.
No logical changes from this patch.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/Makefile
drivers/tty/tty_baudrate.c [new file with mode: 0644]
drivers/tty/tty_ioctl.c