From patchwork Mon Jun 25 12:26:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC,17/17] KVM: PPC: booke: Fix get_tb() compile error on 64-bit From: Mihai Caraman X-Patchwork-Id: 167073 Message-Id: <1340627195-11544-18-git-send-email-mihai.caraman@freescale.com> To: , , , Cc: Mihai Caraman Date: Mon, 25 Jun 2012 15:26:35 +0300 Include header file for get_tb() declaration. Signed-off-by: Mihai Caraman --- arch/powerpc/kvm/booke.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/kvm/booke.c b/arch/powerpc/kvm/booke.c index db05692..a427031 100644 --- a/arch/powerpc/kvm/booke.c +++ b/arch/powerpc/kvm/booke.c @@ -36,6 +36,7 @@ #include #include #include +#include #include "timing.h" #include "booke.h"