diff options
Diffstat (limited to 'arch/sh/kernel')
| -rw-r--r-- | arch/sh/kernel/cpu/shmobile/cpuidle.c | 1 | ||||
| -rw-r--r-- | arch/sh/kernel/perf_event.c | 1 | ||||
| -rw-r--r-- | arch/sh/kernel/topology.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/shmobile/cpuidle.c b/arch/sh/kernel/cpu/shmobile/cpuidle.c index e4469e7233cb..7d98f909a8ac 100644 --- a/arch/sh/kernel/cpu/shmobile/cpuidle.c +++ b/arch/sh/kernel/cpu/shmobile/cpuidle.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | #include <linux/io.h> | 14 | #include <linux/io.h> |
| 15 | #include <linux/suspend.h> | 15 | #include <linux/suspend.h> |
| 16 | #include <linux/cpuidle.h> | 16 | #include <linux/cpuidle.h> |
| 17 | #include <linux/export.h> | ||
| 17 | #include <asm/suspend.h> | 18 | #include <asm/suspend.h> |
| 18 | #include <asm/uaccess.h> | 19 | #include <asm/uaccess.h> |
| 19 | #include <asm/hwblk.h> | 20 | #include <asm/hwblk.h> |
diff --git a/arch/sh/kernel/perf_event.c b/arch/sh/kernel/perf_event.c index 2ee21a47b5af..10b14e3a7eb8 100644 --- a/arch/sh/kernel/perf_event.c +++ b/arch/sh/kernel/perf_event.c | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | #include <linux/io.h> | 25 | #include <linux/io.h> |
| 26 | #include <linux/irq.h> | 26 | #include <linux/irq.h> |
| 27 | #include <linux/perf_event.h> | 27 | #include <linux/perf_event.h> |
| 28 | #include <linux/export.h> | ||
| 28 | #include <asm/processor.h> | 29 | #include <asm/processor.h> |
| 29 | 30 | ||
| 30 | struct cpu_hw_events { | 31 | struct cpu_hw_events { |
diff --git a/arch/sh/kernel/topology.c b/arch/sh/kernel/topology.c index ecc2d3d0f54a..4649a6ff0cfe 100644 --- a/arch/sh/kernel/topology.c +++ b/arch/sh/kernel/topology.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | #include <linux/topology.h> | 14 | #include <linux/topology.h> |
| 15 | #include <linux/node.h> | 15 | #include <linux/node.h> |
| 16 | #include <linux/nodemask.h> | 16 | #include <linux/nodemask.h> |
| 17 | #include <linux/export.h> | ||
| 17 | 18 | ||
| 18 | static DEFINE_PER_CPU(struct cpu, cpu_devices); | 19 | static DEFINE_PER_CPU(struct cpu, cpu_devices); |
| 19 | 20 | ||
