]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/oprofile/buffer_sync.c
oprofile: Thou shalt not call __exit functions from __init functions
[linux-2.6-omap-h63xx.git] / drivers / oprofile / buffer_sync.c
index c3ea5fa7d05a6db4079bebb99ecc865b89eefca5..2c9aa49e43cdf1a879214ac281bf705b84015f25 100644 (file)
@@ -574,7 +574,7 @@ int __init buffer_sync_init(void)
                return 0;
 }
 
-void __exit buffer_sync_cleanup(void)
+void buffer_sync_cleanup(void)
 {
        free_cpumask_var(marked_cpus);
 }