aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Campbell <[email protected]>2012-10-17 09:39:15 +0100
committerKonrad Rzeszutek Wilk <[email protected]>2012-10-19 15:17:56 -0400
commitee678518eb386f513ac7fd374f7e8b8792ee79f8 (patch)
tree5d6b90af0de1fb618bc186a4a707399949c6a12c
parentef32f89298c094b6ed76c0c4981b7a51e939cb71 (diff)
xen: balloon: don't include e820.h
This breaks on !X86 and AFAICT is not required on X86 either. Acked-by: Stefano Stabellini <[email protected]> Signed-off-by: Ian Campbell <[email protected]> Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
-rw-r--r--drivers/xen/balloon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c
index 31ab82fda38a..d7bd1b323775 100644
--- a/drivers/xen/balloon.c
+++ b/drivers/xen/balloon.c
@@ -55,7 +55,6 @@
#include <asm/pgalloc.h>
#include <asm/pgtable.h>
#include <asm/tlb.h>
-#include <asm/e820.h>
#include <asm/xen/hypervisor.h>
#include <asm/xen/hypercall.h>