aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2011-12-07 05:16:38 -0500
committerRobert Richter <robert.richter@amd.com>2011-12-07 05:16:38 -0500
commitf8c852031a383ac260ae37df7ad063d42d0ed271 (patch)
treef2cad20309acdaab383e8cc7261804b15afc0d37 /drivers/oprofile
parentde346b6949063aa040ef607943b072835294f4b3 (diff)
oprofile: Fix oprofile_timer_exit() breakage
Removing remainings of oprofile_timer_exit() completly. Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'drivers/oprofile')
-rw-r--r--drivers/oprofile/oprof.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/oprofile/oprof.h b/drivers/oprofile/oprof.h
index 769fb0fcac4..d32ef816337 100644
--- a/drivers/oprofile/oprof.h
+++ b/drivers/oprofile/oprof.h
@@ -35,7 +35,6 @@ struct dentry;
35 35
36void oprofile_create_files(struct super_block *sb, struct dentry *root); 36void oprofile_create_files(struct super_block *sb, struct dentry *root);
37int oprofile_timer_init(struct oprofile_operations *ops); 37int oprofile_timer_init(struct oprofile_operations *ops);
38void oprofile_timer_exit(void);
39#ifdef CONFIG_OPROFILE_NMI_TIMER 38#ifdef CONFIG_OPROFILE_NMI_TIMER
40int op_nmi_timer_init(struct oprofile_operations *ops); 39int op_nmi_timer_init(struct oprofile_operations *ops);
41#else 40#else