aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/memory.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-12-02 09:37:04 +0000
committerKeir Fraser <keir@xen.org>2010-12-02 09:37:04 +0000
commit788b4a623e9127dd833643ece81b0d6fd8a4456c (patch)
treef66bc1379e5f5fa83b154d4186ca603d92d653dc /xen/common/memory.c
parent22787f2e107ca3d8717da0beea23518bb3e7a592 (diff)
downloadxen-788b4a623e9127dd833643ece81b0d6fd8a4456c.tar.gz
xen-788b4a623e9127dd833643ece81b0d6fd8a4456c.tar.bz2
xen-788b4a623e9127dd833643ece81b0d6fd8a4456c.zip
x86: Add -Wredundant-decls to Xen build flags.
Fix up the fallout. Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/memory.c')
-rw-r--r--xen/common/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/memory.c b/xen/common/memory.c
index 37b3136b2a..33cc3f3e32 100644
--- a/xen/common/memory.c
+++ b/xen/common/memory.c
@@ -20,6 +20,7 @@
#include <xen/hypercall.h>
#include <xen/errno.h>
#include <xen/tmem.h>
+#include <xen/tmem_xen.h>
#include <asm/current.h>
#include <asm/hardirq.h>
#ifdef CONFIG_X86