oprofile_arch_exit() can be called from an __init routine now. Remove the remaining
incorrect __exit markers.
}
-void __exit oprofile_arch_exit(void)
+void oprofile_arch_exit(void)
{
#ifdef CONFIG_X86_LOCAL_APIC
nmi_exit();
}
-void __exit oprofile_arch_exit()
+void oprofile_arch_exit()
{
}
}
-void __exit oprofile_arch_exit(void)
+void oprofile_arch_exit(void)
{
}
}
-void __exit oprofile_arch_exit(void)
+void oprofile_arch_exit(void)
{
}