Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Thomas Bogendoerfer
e1717283 c424dc4c

-1
-1
arch/mips/include/asm/types.h
··· 12 12 #define _ASM_TYPES_H 13 13 14 14 #include <asm-generic/int-ll64.h> 15 - #include <uapi/asm/types.h> 16 15 17 16 #endif /* _ASM_TYPES_H */