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-Tag: firefly_0821_release~3680^2~1462^2~5^2~10 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b50df19cccdd169d5345b5169699446b80ee051a;p=firefly-linux-kernel-4.4.55.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"