From ea065120b784a8818a8251133cdef29359918f48 Mon Sep 17 00:00:00 2001 From: Anand Gadiyar Date: Thu, 14 Oct 2010 11:31:42 -0400 Subject: [PATCH] --- yaml --- r: 211931 b: refs/heads/master c: b3b3a9b63f2deacfd59137e3781211d21a568ca9 h: refs/heads/master i: 211929: 6aa482ba81f77c1aee05e37df8ae01eb711abf03 211927: 75a19229a4a60aba532c5343019ff749f2f70e22 v: v3 --- [refs] | 2 +- trunk/drivers/oprofile/oprofile_perf.c | 2 +- trunk/include/linux/oprofile.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 528edddc9a6b..d29bce35f146 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 277dd984172b063497d2ff6cfa7f2355f13a292d +refs/heads/master: b3b3a9b63f2deacfd59137e3781211d21a568ca9 diff --git a/trunk/drivers/oprofile/oprofile_perf.c b/trunk/drivers/oprofile/oprofile_perf.c index e707a72a3799..36ec67e3d91d 100644 --- a/trunk/drivers/oprofile/oprofile_perf.c +++ b/trunk/drivers/oprofile/oprofile_perf.c @@ -236,7 +236,7 @@ static int __init init_driverfs(void) return ret; } -static void __exit exit_driverfs(void) +static void exit_driverfs(void) { platform_device_unregister(oprofile_pdev); platform_driver_unregister(&oprofile_driver); diff --git a/trunk/include/linux/oprofile.h b/trunk/include/linux/oprofile.h index d67a8330b41e..32fb81212fd1 100644 --- a/trunk/include/linux/oprofile.h +++ b/trunk/include/linux/oprofile.h @@ -188,7 +188,7 @@ int oprofile_write_commit(struct op_entry *entry); #ifdef CONFIG_PERF_EVENTS int __init oprofile_perf_init(struct oprofile_operations *ops); -void __exit oprofile_perf_exit(void); +void oprofile_perf_exit(void); char *op_name_from_perf_id(void); #endif /* CONFIG_PERF_EVENTS */