diff options
author | Gleb Natapov <gleb@redhat.com> | 2012-12-20 15:47:52 +0200 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2012-12-20 15:47:52 +0200 |
commit | 18eb54cf4a9cd4b74f926209be208366415edfa8 (patch) | |
tree | 6ac75a00ce629d8c2cae3070700d95853408f9b0 | |
parent | 9b132fbe5419d789f1ef396bed5eb66a365dd1e9 (diff) | |
parent | 1509ae56cdc19a12f76000e31602e4119fffc571 (diff) | |
download | op-kernel-dev-18eb54cf4a9cd4b74f926209be208366415edfa8.zip op-kernel-dev-18eb54cf4a9cd4b74f926209be208366415edfa8.tar.gz |
Merge branch 'kvm-ppc-3.8' of https://github.com/agraf/linux-2.6 into master
-rw-r--r-- | arch/powerpc/include/uapi/asm/kvm_para.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/uapi/asm/kvm_para.h b/arch/powerpc/include/uapi/asm/kvm_para.h index ed0e025..e3af328 100644 --- a/arch/powerpc/include/uapi/asm/kvm_para.h +++ b/arch/powerpc/include/uapi/asm/kvm_para.h @@ -78,7 +78,7 @@ struct kvm_vcpu_arch_shared { #define KVM_HCALL_TOKEN(num) _EV_HCALL_TOKEN(EV_KVM_VENDOR_ID, num) -#include <uapi/asm/epapr_hcalls.h> +#include <asm/epapr_hcalls.h> #define KVM_FEATURE_MAGIC_PAGE 1 |