aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/topology.c')
-rw-r--r--arch/sh/kernel/topology.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/topology.c b/arch/sh/kernel/topology.c
index 38e862852dd0..ab37955b453a 100644
--- a/arch/sh/kernel/topology.c
+++ b/arch/sh/kernel/topology.c
@@ -13,6 +13,7 @@
13#include <linux/percpu.h> 13#include <linux/percpu.h>
14#include <linux/node.h> 14#include <linux/node.h>
15#include <linux/nodemask.h> 15#include <linux/nodemask.h>
16#include <linux/export.h>
16 17
17static DEFINE_PER_CPU(struct cpu, cpu_devices); 18static DEFINE_PER_CPU(struct cpu, cpu_devices);
18 19