From: Mihai Caraman Date: Thu, 11 Oct 2012 06:13:19 +0000 (+0000) Subject: KVM: PPC: booke: Fix get_tb() compile error on 64-bit X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b50df19cccdd169d5345b5169699446b80ee051a;p=linux-beck.git KVM: PPC: booke: Fix get_tb() compile error on 64-bit Include header file for get_tb() declaration. Signed-off-by: Mihai Caraman Signed-off-by: Alexander Graf --- diff --git a/arch/powerpc/kvm/booke.c b/arch/powerpc/kvm/booke.c index 3d1f35dc7862..7c9c3891a14a 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"