From: Ian Campbell Date: Wed, 17 Oct 2012 08:39:15 +0000 (+0100) Subject: xen: balloon: don't include e820.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ee678518eb386f513ac7fd374f7e8b8792ee79f8;p=deliverable%2Flinux.git xen: balloon: don't include e820.h This breaks on !X86 and AFAICT is not required on X86 either. Acked-by: Stefano Stabellini Signed-off-by: Ian Campbell Signed-off-by: Konrad Rzeszutek Wilk --- 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 #include #include -#include #include #include