| Submitter | Mihai Caraman |
|---|---|
| Date | Oct. 11, 2012, 4:13 p.m. |
| Message ID | <1349972009-23027-3-git-send-email-mihai.caraman@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/190938/ |
| State | New |
| Headers | show |
Comments
Patch
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 <asm/dbell.h> #include <asm/hw_irq.h> #include <asm/irq.h> +#include <asm/time.h> #include "timing.h" #include "booke.h"
Include header file for get_tb() declaration. Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com> --- arch/powerpc/kvm/booke.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)