瀏覽代碼

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>
Mihai Caraman 13 年之前
父節點
當前提交
b50df19ccc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/powerpc/kvm/booke.c

+ 1 - 0
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"