From: Paul Mundt Date: Fri, 12 Sep 2008 13:41:30 +0000 (+0900) Subject: sh: Fix up NUMA build error with se7722_defconfig. X-Git-Tag: v2.6.28-rc1~99^2~50 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6bff1592d85c9fa1f1d9d4de1cd0e104279544a6;p=linux-2.6-omap-h63xx.git sh: Fix up NUMA build error with se7722_defconfig. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/include/asm/mmzone.h b/arch/sh/include/asm/mmzone.h index 2969253c404..7f5363b29ba 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 + extern struct pglist_data *node_data[]; #define NODE_DATA(nid) (node_data[nid]) diff --git a/arch/sh/include/asm/setup.h b/arch/sh/include/asm/setup.h index 554f865075c..1b7856f5924 100644 --- a/arch/sh/include/asm/setup.h +++ b/arch/sh/include/asm/setup.h @@ -1,7 +1,7 @@ #ifndef _SH_SETUP_H #define _SH_SETUP_H -#include +#include #define COMMAND_LINE_SIZE 256