Re: [PATCH 1/1] uapi/termios: remov e struct ktermios from uapi headers
"H. Peter Anvin" <[email protected]>
| Newsgroups | gmane.linux.uml.devel,gmane.linux.kernel.cross-arch,gmane.linux.serial,gmane.linux.kernel,gmane.linux.kernel.api,gmane.linux.ports.alpha,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.m68k,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
On July 16, 2025 10:57:11 AM PDT, "Russell King (Oracle)" <[email protected]> wrote: >On Wed, Jul 16, 2025 at 09:47:32AM -0700, H. Peter Anvin wrote: >> diff --git a/arch/arm/include/asm/ktermios.h b/arch/arm/include/asm/ktermios.h >> new file mode 100644 >> index 000000000000..4320921a82a9 >> --- /dev/null >> +++ b/arch/arm/include/asm/ktermios.h >> @@ -0,0 +1 @@ >> +#include <asm-generic/ktermios.h> > >Isn't this what arch/arm/include/asm/Kbuild's generic-y is for? > >Ditto for other arches. > Ah, yes, you're right (except for those with nontrivial stubs.) I also found that a handful of drivers and arch/sparc needs <asm/termios.h> → <linux/termios.h> in <linux/termios_internal.h>.