vserver 1.9.5.x5
[linux-2.6.git] / arch / s390 / oprofile / init.c
index 5555bc2..a65ead0 100644 (file)
 #include <linux/init.h>
 #include <linux/errno.h>
 
-//extern int irq_init(struct oprofile_operations** ops);
-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)
 {
-       timer_init(ops);
-       return 0;
+       return -ENODEV;
 }
 
 void oprofile_arch_exit(void)