Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6988d647 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Paul Mundt
Browse files

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: default avatarNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 9e79e3e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -11,6 +11,7 @@
#include <linux/cpumask.h>
#include <linux/cpumask.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/percpu.h>
#include <linux/percpu.h>
#include <linux/topology.h>
#include <linux/node.h>
#include <linux/node.h>
#include <linux/nodemask.h>
#include <linux/nodemask.h>