aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/page_alloc.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/page_alloc.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/page_alloc.c')
-rw-r--r--xen/common/page_alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/page_alloc.c b/xen/common/page_alloc.c
index 257f6bcf91..08616405cf 100644
--- a/xen/common/page_alloc.c
+++ b/xen/common/page_alloc.c
@@ -36,6 +36,7 @@
#include <xen/numa.h>
#include <xen/nodemask.h>
#include <xen/tmem.h>
+#include <xen/tmem_xen.h>
#include <public/sysctl.h>
#include <asm/page.h>
#include <asm/numa.h>