aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/mmzone.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-09-12 22:41:30 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-09-12 22:41:30 +0900
commit6bff1592d85c9fa1f1d9d4de1cd0e104279544a6 (patch)
tree0af7bca6a52f6a94be0aa4a07783ebb732845fed /arch/sh/include/asm/mmzone.h
parentsh: Enable HAVE_ARCH_TRACEHOOK. (diff)
downloadlinux-dev-6bff1592d85c9fa1f1d9d4de1cd0e104279544a6.tar.xz
linux-dev-6bff1592d85c9fa1f1d9d4de1cd0e104279544a6.zip
sh: Fix up NUMA build error with se7722_defconfig.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r--arch/sh/include/asm/mmzone.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/mmzone.h b/arch/sh/include/asm/mmzone.h
index 2969253c4042..7f5363b29ba0 100644
--- a/arch/sh/include/asm/mmzone.h
+++ b/arch/sh/include/asm/mmzone.h
@@ -4,6 +4,8 @@
#ifdef __KERNEL__
#ifdef CONFIG_NEED_MULTIPLE_NODES
+#include <linux/numa.h>
+
extern struct pglist_data *node_data[];
#define NODE_DATA(nid) (node_data[nid])