summaryrefslogtreecommitdiffstats
path: root/arch/arm/oprofile/common.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-12-29 17:09:16 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2011-12-29 17:09:16 -0800
commit7578ed02e4b08c9b7b07443b44cf0ccfdf55c91e (patch)
tree7f9dc872e8df1e332c9bfc198179a6d28e968c72 /arch/arm/oprofile/common.c
parentd2bac6ab932a407008a95d1993702f0a92f8f35e (diff)
parent2e64694de21a812d637dcbea4471ad1f7897b049 (diff)
downloadtalos-obmc-linux-7578ed02e4b08c9b7b07443b44cf0ccfdf55c91e.tar.gz
talos-obmc-linux-7578ed02e4b08c9b7b07443b44cf0ccfdf55c91e.zip
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
* 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86: Fix raw_spin_unlock_irqrestore() usage oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue
Diffstat (limited to 'arch/arm/oprofile/common.c')
-rw-r--r--arch/arm/oprofile/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/oprofile/common.c b/arch/arm/oprofile/common.c
index c074e66ad224..4e0a371630b3 100644
--- a/arch/arm/oprofile/common.c
+++ b/arch/arm/oprofile/common.c
@@ -116,7 +116,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
return oprofile_perf_init(ops);
}
-void __exit oprofile_arch_exit(void)
+void oprofile_arch_exit(void)
{
oprofile_perf_exit();
}
OpenPOWER on IntegriCloud