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

headers_check fix: ia64, intrinsics.h

fix the following 'make headers_check' warning:

usr/include/asm-ia64/intrinsics.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/ia64/include/asm/intrinsics.h
··· 10 10 11 11 #ifndef __ASSEMBLY__ 12 12 13 + #include <linux/types.h> 13 14 /* include compiler specific intrinsics */ 14 15 #include <asm/ia64regs.h> 15 16 #ifdef __INTEL_COMPILER