projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef32f89
)
xen: balloon: don't include e820.h
author
Ian Campbell
<ian.campbell@citrix.com>
Wed, 17 Oct 2012 08:39:15 +0000
(09:39 +0100)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Fri, 19 Oct 2012 19:17:56 +0000
(15:17 -0400)
This breaks on !X86 and AFAICT is not required on X86 either.
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/balloon.c
patch
|
blob
|
history
diff --git
a/drivers/xen/balloon.c
b/drivers/xen/balloon.c
index
31ab82f
..
d7bd1b3
100644
(file)
--- 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>