vserver 1.9.5.x5
[linux-2.6.git] / arch / arm / oprofile / init.c
index ac7dc6b..cce3d30 100644 (file)
 #include <linux/errno.h>
 #include "op_arm_model.h"
 
-int __init oprofile_arch_init(struct oprofile_operations **ops)
+int __init oprofile_arch_init(struct oprofile_operations *ops)
 {
        int ret = -ENODEV;
 
 #ifdef CONFIG_CPU_XSCALE
        ret = pmu_init(ops, &op_xscale_spec);
 #endif
+
        return ret;
 }