From: Magnus Damm Date: Sun, 12 Aug 2007 06:18:33 +0000 (+0900) Subject: sh: x3 - fix setup_bootmem_node() compile error with shx3_defconfig X-Git-Tag: v2.6.24-rc1~1377^2~91 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d6aee69ca11550f3ca325ceaa020ea74e173478f;p=~emulex%2Finfiniband.git sh: x3 - fix setup_bootmem_node() compile error with shx3_defconfig This makes sure the function prototype for setup_bootmem_node() gets included. The file setup-shx3.c does not compile otherwise for CONFIG_NUMA=n. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/cpu/sh4a/setup-shx3.c b/arch/sh/kernel/cpu/sh4a/setup-shx3.c index 98f153554de..610343ea9a8 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-shx3.c +++ b/arch/sh/kernel/cpu/sh4a/setup-shx3.c @@ -11,6 +11,7 @@ #include #include #include +#include #include static struct plat_sci_port sci_platform_data[] = {