diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2020-11-10 19:36:31 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-11-12 01:45:46 +0300 |
commit | e1717283250aa426cd5f3ba9a1fc9faba3a2e529 (patch) | |
tree | 71e0b7c19fc4f12f55e3b46797d7b7ba5589c7fe /arch/mips/include | |
parent | c424dc4cd1809e181a161723f770b7bc1e0f9927 (diff) | |
download | linux-e1717283250aa426cd5f3ba9a1fc9faba3a2e529.tar.xz |
mips: Remove #include <uapi/asm/types.h> from <asm/types.h>
Everything in arch/mips/include/uapi/asm/types.h is protected by
"#ifndef __KERNEL__", so it's unused for kernelspace.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/types.h b/arch/mips/include/asm/types.h index 148d42a17f30..638ef88e2f8e 100644 --- a/arch/mips/include/asm/types.h +++ b/arch/mips/include/asm/types.h @@ -12,6 +12,5 @@ #define _ASM_TYPES_H #include <asm-generic/int-ll64.h> -#include <uapi/asm/types.h> #endif /* _ASM_TYPES_H */ |