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

headers_check fix: mips, sigcontext.h

fix the following 'make headers_check' warning:

usr/include/asm-mips/sigcontext.h:57: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

+1
+1
arch/mips/include/asm/sigcontext.h
··· 9 9 #ifndef _ASM_SIGCONTEXT_H 10 10 #define _ASM_SIGCONTEXT_H 11 11 12 + #include <linux/types.h> 12 13 #include <asm/sgidefs.h> 13 14 14 15 #if _MIPS_SIM == _MIPS_SIM_ABI32