X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fs390%2Foprofile%2Finit.c;h=a65ead0e200a583c8debe1ffe6203f3c6eef74ed;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=5555bc2638550bf8d73d6ff30867e7664bc2c289;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/s390/oprofile/init.c b/arch/s390/oprofile/init.c index 5555bc263..a65ead0e2 100644 --- a/arch/s390/oprofile/init.c +++ b/arch/s390/oprofile/init.c @@ -12,13 +12,9 @@ #include #include -//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)