diff options
author | Bharat Bhushan <r65777@freescale.com> | 2012-12-18 01:21:28 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-12-20 11:23:32 +0100 |
commit | 1509ae56cdc19a12f76000e31602e4119fffc571 (patch) | |
tree | f53a9b0b33d8b256e1b00ea9e2357b9cf9810d3c /arch/powerpc | |
parent | 66cdd0ceaf65a18996f561b770eedde1d123b019 (diff) | |
download | blackbird-op-linux-1509ae56cdc19a12f76000e31602e4119fffc571.tar.gz blackbird-op-linux-1509ae56cdc19a12f76000e31602e4119fffc571.zip |
powerpc: Corrected include header path in kvm_para.h
The include/uapi/asm/kvm_para.h includes
<include/uapi/asm/epapr_hcalls.h> but the correct reference
should be <include/asm/epapr_hcalls.h> as this is the place
where make install_header installs the header files for
userspace.
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
CC: stable@vger.kernel.org
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc')
-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 ed0e0254b47f..e3af3286a068 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 |