Commit b50df19c authored by Mihai Caraman's avatar Mihai Caraman Committed by Alexander Graf

KVM: PPC: booke: Fix get_tb() compile error on 64-bit

Include header file for get_tb() declaration.
Signed-off-by: default avatarMihai Caraman <mihai.caraman@freescale.com>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 910040b8
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment