From: Al Viro Date: Sun, 21 Aug 2022 01:02:32 +0000 (+0100) Subject: loongarch: remove generic-y += termios.h X-Git-Tag: v6.1-rc5~265^2~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f418aeaadb78bd820f74961df48876ab194cd7a;p=platform%2Fkernel%2Flinux-starfive.git loongarch: remove generic-y += termios.h not really needed - UAPI mandatory-y += termios.h is sufficient... Signed-off-by: Al Viro Acked-by: Huacai Chen Link: https://lore.kernel.org/r/20220821010239.1554132-1-viro@zeniv.linux.org.uk Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/loongarch/include/asm/Kbuild b/arch/loongarch/include/asm/Kbuild index 83bc068..f2bcfcb 100644 --- a/arch/loongarch/include/asm/Kbuild +++ b/arch/loongarch/include/asm/Kbuild @@ -21,7 +21,6 @@ generic-y += shmbuf.h generic-y += statfs.h generic-y += socket.h generic-y += sockios.h -generic-y += termios.h generic-y += termbits.h generic-y += poll.h generic-y += param.h