From c8468857ee2e403827c3c69a7c70163c72fecc7f Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 29 Mar 2009 17:12:22 +0100 Subject: [PATCH] --- yaml --- r: 139089 b: refs/heads/master c: bb75efddeaca89f8a67fd82cdcbaaf436cf17ca9 h: refs/heads/master i: 139087: 596ecbc3b8c98841b0afc265b3392e13bbe6bdfd v: v3 --- [refs] | 2 +- trunk/drivers/oprofile/buffer_sync.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a72716fc42aa..560f3adfa832 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 97c12f85ac5e4ac2faee6cada014ac6205105b19 +refs/heads/master: bb75efddeaca89f8a67fd82cdcbaaf436cf17ca9 diff --git a/trunk/drivers/oprofile/buffer_sync.c b/trunk/drivers/oprofile/buffer_sync.c index c3ea5fa7d05a..2c9aa49e43cd 100644 --- a/trunk/drivers/oprofile/buffer_sync.c +++ b/trunk/drivers/oprofile/buffer_sync.c @@ -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); }