diff mbox

[7/7] sh: Annotate oprofile_arch_exit() with __exit marker

Message ID 4426d17460dc88dcb3d6e3af1b91af4db83785ae.1286222593.git.matt@console-pimps.org (mailing list archive)
State Not Applicable
Headers show

Commit Message

Matt Fleming Oct. 4, 2010, 8:44 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/sh/oprofile/common.c b/arch/sh/oprofile/common.c
index 449f842..93033d8 100644
--- a/arch/sh/oprofile/common.c
+++ b/arch/sh/oprofile/common.c
@@ -29,7 +29,7 @@  int __init oprofile_arch_init(struct oprofile_operations *ops)
 	return oprofile_perf_init(ops);
 }
 
-void oprofile_arch_exit(void)
+void __exit oprofile_arch_exit(void)
 {
 	oprofile_perf_exit();
 }