vserver 1.9.5.x5
[linux-2.6.git] / arch / m32r / oprofile / init.c
index f5843c8..b7773e4 100644 (file)
 #include <linux/errno.h>
 #include <linux/init.h>
 
-extern void timer_init(struct oprofile_operations ** ops);
-
-int __init oprofile_arch_init(struct oprofile_operations ** ops)
+int __init oprofile_arch_init(struct oprofile_operations * ops)
 {
        return -ENODEV;
 }
 
-
 void oprofile_arch_exit(void)
 {
 }