diff options
author | Ilpo Järvinen | 2022-05-09 12:34:46 +0300 |
---|---|---|
committer | Greg Kroah-Hartman | 2022-05-19 18:25:26 +0200 |
commit | 44e0b165b6c078b84767da4ba06ffa27af562c96 (patch) | |
tree | 39b644bb9d980bedf9c2af684c8e1bed8883fde4 /arch/mips | |
parent | c9b34088e80efe30459517fa3834cf78532c9a02 (diff) |
termbits.h: Remove posix_types.h include
Nothing in termbits seems to require anything from linux/posix_types.h.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20220509093446.6677-4-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/uapi/asm/termbits.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/uapi/asm/termbits.h b/arch/mips/include/uapi/asm/termbits.h index 8fa3e79d4f94..1eb60903d6f0 100644 --- a/arch/mips/include/uapi/asm/termbits.h +++ b/arch/mips/include/uapi/asm/termbits.h @@ -11,8 +11,6 @@ #ifndef _ASM_TERMBITS_H #define _ASM_TERMBITS_H -#include <linux/posix_types.h> - #include <asm-generic/termbits-common.h> typedef unsigned int tcflag_t; |