diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-31 23:20:02 (GMT) |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 23:31:05 (GMT) |
commit | f7be345515ab6d5c3a0973bb2b32510fcb7c0481 (patch) | |
tree | ad968ca9e1691ca090eec4014e09a92dd3b752c1 /arch/sh/kernel/perf_event.c | |
parent | db4e83957f961f9053282409c5062c6baef857a4 (diff) | |
download | 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/perf_event.c')
-rw-r--r-- | arch/sh/kernel/perf_event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/perf_event.c b/arch/sh/kernel/perf_event.c index 2ee21a4..10b14e3 100644 --- a/arch/sh/kernel/perf_event.c +++ b/arch/sh/kernel/perf_event.c @@ -25,6 +25,7 @@ #include <linux/io.h> #include <linux/irq.h> #include <linux/perf_event.h> +#include <linux/export.h> #include <asm/processor.h> struct cpu_hw_events { |