From: Nobuhiro Iwamatsu Date: Fri, 26 Aug 2011 05:05:41 +0000 (+0000) Subject: sh: Fix implicit declaration of function numa_node_id X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6988d647231d284733f6c8bfea473a17dccdd39f;p=mv-sheeva.git sh: Fix implicit declaration of function numa_node_id CC arch/sh/kernel/topology.o arch/sh/kernel/topology.c: In function ‘topology_init’: arch/sh/kernel/topology.c:77: error: implicit declaration of function ‘numa_node_id’ Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/topology.c b/arch/sh/kernel/topology.c index 38e862852dd..ecc2d3d0f54 100644 --- a/arch/sh/kernel/topology.c +++ b/arch/sh/kernel/topology.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include