]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
oprofile: Fix oprofile_timer_exit() breakage
authorRobert Richter <robert.richter@amd.com>
Wed, 7 Dec 2011 10:16:38 +0000 (11:16 +0100)
committerRobert Richter <robert.richter@amd.com>
Wed, 7 Dec 2011 10:16:38 +0000 (11:16 +0100)
Removing remainings of oprofile_timer_exit() completly.

Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/s390/oprofile/init.c
drivers/oprofile/oprof.h

index 6efc18b5e60af4e3ce202edb5e381fe2ab45c03e..113d7cbbc06571f9198f7b58044cca0530ac435f 100644 (file)
@@ -171,7 +171,6 @@ static int oprofile_hwsampler_init(struct oprofile_operations *ops)
 
 static void oprofile_hwsampler_exit(void)
 {
-       oprofile_timer_exit();
        hwsampler_shutdown();
 }
 
index 769fb0fcac4449bd2865905cdf92f60f734e2e23..d32ef816337c21189cdcfc53f5d6ddc57e1b0ed1 100644 (file)
@@ -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