summaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/perf_event.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-09 11:05:22 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:01 -0400
commit8dc7a9c84fbeb8825d19c18e9d8c6fce416c473f (patch)
tree1ecfcd5318a1772824c307363f10b644c0126dc4 /arch/blackfin/kernel/perf_event.c
parent6caddf0a7476a1595b7ff83aabd510a87d934095 (diff)
blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
These particular files were just assuming that module.h was somehow in the include paths. Give them the more minimalist header file explicitly. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/blackfin/kernel/perf_event.c')
-rw-r--r--arch/blackfin/kernel/perf_event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/kernel/perf_event.c b/arch/blackfin/kernel/perf_event.c
index 04300f29c0e7..e47d19ae3e06 100644
--- a/arch/blackfin/kernel/perf_event.c
+++ b/arch/blackfin/kernel/perf_event.c
@@ -24,6 +24,7 @@
*/
#include <linux/kernel.h>
+#include <linux/export.h>
#include <linux/init.h>
#include <linux/perf_event.h>
#include <asm/bfin_pfmon.h>