浏览代码

oprofile: Fix oprofile_timer_exit() breakage

Removing remainings of oprofile_timer_exit() completly.

Signed-off-by: Robert Richter <robert.richter@amd.com>
Robert Richter 13 年之前
父节点
当前提交
f8c852031a
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      arch/s390/oprofile/init.c
  2. 0 1
      drivers/oprofile/oprof.h

+ 0 - 1
arch/s390/oprofile/init.c

@@ -171,7 +171,6 @@ static int oprofile_hwsampler_init(struct oprofile_operations *ops)
 
 
 static void oprofile_hwsampler_exit(void)
 static void oprofile_hwsampler_exit(void)
 {
 {
-	oprofile_timer_exit();
 	hwsampler_shutdown();
 	hwsampler_shutdown();
 }
 }
 
 

+ 0 - 1
drivers/oprofile/oprof.h

@@ -35,7 +35,6 @@ struct dentry;
 
 
 void oprofile_create_files(struct super_block *sb, struct dentry *root);
 void oprofile_create_files(struct super_block *sb, struct dentry *root);
 int oprofile_timer_init(struct oprofile_operations *ops);
 int oprofile_timer_init(struct oprofile_operations *ops);
-void oprofile_timer_exit(void);
 #ifdef CONFIG_OPROFILE_NMI_TIMER
 #ifdef CONFIG_OPROFILE_NMI_TIMER
 int op_nmi_timer_init(struct oprofile_operations *ops);
 int op_nmi_timer_init(struct oprofile_operations *ops);
 #else
 #else