Skip to content

Commit

Permalink
oprofile: Fix oprofile_timer_exit() breakage
Browse files Browse the repository at this point in the history
Removing remainings of oprofile_timer_exit() completly.

Signed-off-by: Robert Richter <robert.richter@amd.com>
  • Loading branch information
Robert Richter committed Dec 7, 2011
1 parent de346b6 commit f8c8520
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/s390/oprofile/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ static int oprofile_hwsampler_init(struct oprofile_operations *ops)

static void oprofile_hwsampler_exit(void)
{
oprofile_timer_exit();
hwsampler_shutdown();
}

Expand Down
1 change: 0 additions & 1 deletion drivers/oprofile/oprof.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ struct dentry;

void oprofile_create_files(struct super_block *sb, struct dentry *root);
int oprofile_timer_init(struct oprofile_operations *ops);
void oprofile_timer_exit(void);
#ifdef CONFIG_OPROFILE_NMI_TIMER
int op_nmi_timer_init(struct oprofile_operations *ops);
#else
Expand Down

0 comments on commit f8c8520

Please sign in to comment.