[patch] kvm.h only needs asm/types.h
Jes Sorensen <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ia64 |
|---|---|
| Message-ID | <[email protected]> |
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
1000-kvm-ia64-asm-types.h
(text/x-chdr, 632 B)
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 <[email protected]> --- 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> */