summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/topology.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-31 19:20:02 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:05 -0400
commitf7be345515ab6d5c3a0973bb2b32510fcb7c0481 (patch)
treead968ca9e1691ca090eec4014e09a92dd3b752c1 /arch/sh/kernel/topology.c
parentdb4e83957f961f9053282409c5062c6baef857a4 (diff)
downloadlinux-f7be345515ab6d5c3a0973bb2b32510fcb7c0481.tar.gz
linux-f7be345515ab6d5c3a0973bb2b32510fcb7c0481.tar.xz
sh: Add export.h to arch/sh specific files as required.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
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 @@
#include <linux/percpu.h>
#include <linux/node.h>
#include <linux/nodemask.h>
+#include <linux/export.h>
static DEFINE_PER_CPU(struct cpu, cpu_devices);