diff options
author | Mihai Caraman <mihai.caraman@freescale.com> | 2012-10-11 06:13:19 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-12-06 01:34:09 +0100 |
commit | b50df19cccdd169d5345b5169699446b80ee051a (patch) | |
tree | 7ec91849a0dec91fe7c4299064aa103ec3a2890c /arch | |
parent | 910040b82de872af453bf3ecc59de8f0abd22697 (diff) | |
download | linux-b50df19cccdd169d5345b5169699446b80ee051a.tar.gz linux-b50df19cccdd169d5345b5169699446b80ee051a.tar.bz2 linux-b50df19cccdd169d5345b5169699446b80ee051a.zip |
KVM: PPC: booke: Fix get_tb() compile error on 64-bit
Include header file for get_tb() declaration.
Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 3d1f35dc7862..7c9c3891a14a 100644 --- a/arch/powerpc/kvm/booke.c +++ b/arch/powerpc/kvm/booke.c @@ -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" |