]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Fix up NUMA build error with se7722_defconfig.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 12 Sep 2008 13:41:30 +0000 (22:41 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 12 Sep 2008 13:41:30 +0000 (22:41 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/mmzone.h
arch/sh/include/asm/setup.h

index 2969253c40421a90d2da89b7856c35cf2405138d..7f5363b29ba079a33ad77d03c587fd31cfe2105e 100644 (file)
@@ -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])
 
index 554f865075ca1c1cf0e4140050fc4e5e2b807502..1b7856f5924cdc78093a331cdf5bb6775e3e7730 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _SH_SETUP_H
 #define _SH_SETUP_H
 
-#include <asm/mmzone.h>
+#include <linux/mmzone.h>
 
 #define COMMAND_LINE_SIZE 256