]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sparc: move struct termio to asm/termios.h
authorMike Gilbert <floppym@gentoo.org>
Wed, 6 Mar 2024 17:11:47 +0000 (12:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jun 2024 11:47:44 +0000 (13:47 +0200)
commit58ce0788c75f7f94e82986fa4142a040ee53a683
tree3c22b277a914ef10f323482ecdb1e0a8e25da333
parent5af198c387128a9d2ddd620b0f0803564a4d4508
sparc: move struct termio to asm/termios.h

commit c32d18e7942d7589b62e301eb426b32623366565 upstream.

Every other arch declares struct termio in asm/termios.h, so make sparc
match them.

Resolves a build failure in the PPP software package, which includes
both bits/ioctl-types.h via sys/ioctl.h (glibc) and asm/termbits.h.

Closes: https://bugs.gentoo.org/918992
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Cc: stable@vger.kernel.org
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Tested-by: Andreas Larsson <andreas@gaisler.com>
Link: https://lore.kernel.org/r/20240306171149.3843481-1-floppym@gentoo.org
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sparc/include/uapi/asm/termbits.h
arch/sparc/include/uapi/asm/termios.h