]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
KVM: PPC: booke: Fix get_tb() compile error on 64-bit
authorMihai Caraman <mihai.caraman@freescale.com>
Thu, 11 Oct 2012 06:13:19 +0000 (06:13 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Dec 2012 00:34:09 +0000 (01:34 +0100)
Include header file for get_tb() declaration.

Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/booke.c

index 3d1f35dc786281f5640ebf825a752f5ae19c2231..7c9c3891a14a0e48395d001adf503920af35485f 100644 (file)
@@ -36,6 +36,7 @@
 #include <asm/dbell.h>
 #include <asm/hw_irq.h>
 #include <asm/irq.h>
+#include <asm/time.h>
 
 #include "timing.h"
 #include "booke.h"