aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2017-05-08 18:18:06 +0530
committerAmit Pundir <amit.pundir@linaro.org>2017-06-06 00:09:25 +0530
commit59fe1b4e6968021f8c34ffd076806f33e0063687 (patch)
treec7515b108375125d54b710ce2aa5431e1031151d
parent0667f4a5d1d8afddae12deb20fe03e8bdc5124fe (diff)
downloadlinaro-android-59fe1b4e6968021f8c34ffd076806f33e0063687.tar.gz
ANDROID: arm64: KVM: Fix missing asm/debug-monitors.h include
This fix is part of upstream commit 03336b1df992 ("arm64: prevent potential circular header dependencies in asm/bug.h"). That ^^ upstream patch is already backported in common/android-4.4 as Change-Id: I71470b7db9ef858a5a8368a872f931936c723a25 ("BACKPORT: arm64: prevent potential circular header dependencies in asm/bug.h") but it missed this include portion of the patch which bite us back while backporting arm64-hibernate patches. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--arch/arm64/kvm/hyp/debug-sr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kvm/hyp/debug-sr.c b/arch/arm64/kvm/hyp/debug-sr.c
index c9c1e97501a9..2f8bca8af295 100644
--- a/arch/arm64/kvm/hyp/debug-sr.c
+++ b/arch/arm64/kvm/hyp/debug-sr.c
@@ -18,6 +18,7 @@
#include <linux/compiler.h>
#include <linux/kvm_host.h>
+#include <asm/debug-monitors.h>
#include <asm/kvm_asm.h>
#include <asm/kvm_mmu.h>