From patchwork Tue Dec 18 12:38:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/4] powerpc: Corrected include header path in kvm_para.h Date: Tue, 18 Dec 2012 02:38:43 -0000 From: Alexander Graf X-Patchwork-Id: 207090 Message-Id: <1355834323-27592-5-git-send-email-agraf@suse.de> To: kvm-ppc@vger.kernel.org Cc: KVM list , Marcelo Tosatti , Gleb Natapov , Bharat Bhushan , Bharat Bhushan , stable@vger.kernel.org From: Bharat Bhushan 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 --- 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 +#include #define KVM_FEATURE_MAGIC_PAGE 1