X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsh%2Foprofile%2Fop_model_null.c;h=a845b088edb4f2d487ccf1ddce9cc698f8d2242c;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=f1c795fe9fb180dc534cf3719e8417d5f679ea8b;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/sh/oprofile/op_model_null.c b/arch/sh/oprofile/op_model_null.c index f1c795fe9..a845b088e 100644 --- a/arch/sh/oprofile/op_model_null.c +++ b/arch/sh/oprofile/op_model_null.c @@ -12,7 +12,7 @@ #include #include -int __init oprofile_arch_init(struct oprofile_operations **ops) +int __init oprofile_arch_init(struct oprofile_operations *ops) { return -ENODEV; }