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-Tag: firefly_0821_release~3680^2~4217^2~12^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6988d647231d284733f6c8bfea473a17dccdd39f;p=firefly-linux-kernel-4.4.55.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 38e862852dd0..ecc2d3d0f54a 100644 --- a/arch/sh/kernel/topology.c +++ b/arch/sh/kernel/topology.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include