From patchwork Thu Oct 11 16:13:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/12] KVM: PPC: booke: Fix get_tb() compile error on 64-bit Date: Thu, 11 Oct 2012 06:13:19 -0000 From: Mihai Caraman X-Patchwork-Id: 190938 Message-Id: <1349972009-23027-3-git-send-email-mihai.caraman@freescale.com> To: Cc: , , Mihai Caraman 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 3d1f35d..7c9c389 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"