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 2969253..7f5363b 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 554f865..1b7856f 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