]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
sh: Fix implicit declaration of function numa_node_id
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Fri, 26 Aug 2011 05:05:41 +0000 (05:05 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 5 Sep 2011 04:24:37 +0000 (13:24 +0900)
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 <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/topology.c

index 38e862852dd0ce3fbcd10e9291c09fd35e6699d4..ecc2d3d0f54a3bd142500fae47b207ad421ee699 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/cpumask.h>
 #include <linux/init.h>
 #include <linux/percpu.h>
+#include <linux/topology.h>
 #include <linux/node.h>
 #include <linux/nodemask.h>