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

headers_check fix: ia64, kvm.h

fix the following 'make headers_check' warnings:

usr/include/asm-ia64/kvm.h:24: include of <linux/types.h> is preferred over <asm/types.h>
usr/include/asm-ia64/kvm.h:34: found __[us]{8,16,32,64} type without #include <linux/types.h

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

+1 -2
+1 -2
arch/ia64/include/asm/kvm.h
··· 21 21 * 22 22 */ 23 23 24 - #include <asm/types.h> 25 - 24 + #include <linux/types.h> 26 25 #include <linux/ioctl.h> 27 26 28 27 /* Architectural interrupt line count. */