diff options
author | Robert Richter <robert.richter@amd.com> | 2011-12-07 05:16:38 -0500 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2011-12-07 05:16:38 -0500 |
commit | f8c852031a383ac260ae37df7ad063d42d0ed271 (patch) | |
tree | f2cad20309acdaab383e8cc7261804b15afc0d37 | |
parent | de346b6949063aa040ef607943b072835294f4b3 (diff) |
oprofile: Fix oprofile_timer_exit() breakage
Removing remainings of oprofile_timer_exit() completly.
Signed-off-by: Robert Richter <robert.richter@amd.com>
-rw-r--r-- | arch/s390/oprofile/init.c | 1 | ||||
-rw-r--r-- | drivers/oprofile/oprof.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/oprofile/init.c b/arch/s390/oprofile/init.c index 6efc18b5e60a..113d7cbbc065 100644 --- a/arch/s390/oprofile/init.c +++ b/arch/s390/oprofile/init.c | |||
@@ -171,7 +171,6 @@ static int oprofile_hwsampler_init(struct oprofile_operations *ops) | |||
171 | 171 | ||
172 | static void oprofile_hwsampler_exit(void) | 172 | static void oprofile_hwsampler_exit(void) |
173 | { | 173 | { |
174 | oprofile_timer_exit(); | ||
175 | hwsampler_shutdown(); | 174 | hwsampler_shutdown(); |
176 | } | 175 | } |
177 | 176 | ||
diff --git a/drivers/oprofile/oprof.h b/drivers/oprofile/oprof.h index 769fb0fcac44..d32ef816337c 100644 --- a/drivers/oprofile/oprof.h +++ b/drivers/oprofile/oprof.h | |||
@@ -35,7 +35,6 @@ struct dentry; | |||
35 | 35 | ||
36 | void oprofile_create_files(struct super_block *sb, struct dentry *root); | 36 | void oprofile_create_files(struct super_block *sb, struct dentry *root); |
37 | int oprofile_timer_init(struct oprofile_operations *ops); | 37 | int oprofile_timer_init(struct oprofile_operations *ops); |
38 | void oprofile_timer_exit(void); | ||
39 | #ifdef CONFIG_OPROFILE_NMI_TIMER | 38 | #ifdef CONFIG_OPROFILE_NMI_TIMER |
40 | int op_nmi_timer_init(struct oprofile_operations *ops); | 39 | int op_nmi_timer_init(struct oprofile_operations *ops); |
41 | #else | 40 | #else |