diff options
-rw-r--r-- | drivers/oprofile/buffer_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/buffer_sync.c b/drivers/oprofile/buffer_sync.c index c3ea5fa7d05a..2c9aa49e43cd 100644 --- a/drivers/oprofile/buffer_sync.c +++ b/drivers/oprofile/buffer_sync.c | |||
@@ -574,7 +574,7 @@ int __init buffer_sync_init(void) | |||
574 | return 0; | 574 | return 0; |
575 | } | 575 | } |
576 | 576 | ||
577 | void __exit buffer_sync_cleanup(void) | 577 | void buffer_sync_cleanup(void) |
578 | { | 578 | { |
579 | free_cpumask_var(marked_cpus); | 579 | free_cpumask_var(marked_cpus); |
580 | } | 580 | } |