Hi, I'd like to push this one upstream - it allows us to share asm/kvm.h directly with QEMU, without having to modify it. Patch against latest Linus tree. Cheers, Jes
We only need asm/types.h in asm/kvm.h on ia64. This allows this file to be shared with KVM userland without modifications. Signed-off-by: Jes Sorensen <jes@xxxxxxx> --- arch/ia64/include/asm/kvm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.git/arch/ia64/include/asm/kvm.h =================================================================== --- linux-2.6.git.orig/arch/ia64/include/asm/kvm.h +++ linux-2.6.git/arch/ia64/include/asm/kvm.h @@ -21,7 +21,7 @@ * */ -#include <linux/types.h> +#include <asm/types.h> #include <linux/ioctl.h> /* Select x86 specific features in <linux/kvm.h> */