termios: start unifying non-UAPI parts of asm/termios.h
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 16 Aug 2018 15:47:53 +0000 (11:47 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Sep 2022 08:44:34 +0000 (10:44 +0200)
commitc9874d3ffeaf8ee215187692ed918b3031d996d1
tree4c926f66edbfea5070411022daf87648c1d2ec9d
parent1d5d66825610bb7be23e2229731261c8e99eaa28
termios: start unifying non-UAPI parts of asm/termios.h

* new header (linut/termios_internal.h), pulled by the users of those
suckers
* defaults for INIT_C_CC and externs for conversion helpers moved over
there
* remove termios-base.h (empty now)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Link: https://lore.kernel.org/r/YxDmptU7dNGZ+/Hn@ZenIV
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 files changed:
arch/alpha/include/asm/termios.h
arch/alpha/kernel/termios.c
arch/ia64/include/asm/termios.h
arch/mips/include/asm/termios.h
arch/parisc/include/asm/termios.h
arch/powerpc/include/asm/termios.h
arch/s390/include/asm/termios.h
arch/sparc/include/asm/termios.h
arch/sparc/kernel/termios.c
drivers/tty/hvc/hvcs.c
drivers/tty/tty_io.c
drivers/tty/tty_ioctl.c
drivers/tty/vcc.c
include/asm-generic/termios-base.h [deleted file]
include/asm-generic/termios.h
include/linux/termios_internal.h [new file with mode: 0644]