From: Bharat Bhushan Date: Tue, 18 Dec 2012 01:21:28 +0000 (+0000) Subject: powerpc: Corrected include header path in kvm_para.h X-Git-Tag: v3.8~155^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1509ae56cdc19a12f76000e31602e4119fffc571;p=platform%2Fkernel%2Flinux-amlogic.git powerpc: Corrected include header path in kvm_para.h The include/uapi/asm/kvm_para.h includes but the correct reference should be as this is the place where make install_header installs the header files for userspace. Signed-off-by: Bharat Bhushan CC: stable@vger.kernel.org Signed-off-by: Alexander Graf --- 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 +#include #define KVM_FEATURE_MAGIC_PAGE 1