X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm32r%2Foprofile%2Finit.c;h=b7773e45c43fe2da770217cfa2c9ed4a648a3563;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=f5843c8cc15d8a0cafa0f85d4db833064252c7d1;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/arch/m32r/oprofile/init.c b/arch/m32r/oprofile/init.c index f5843c8cc..b7773e45c 100644 --- a/arch/m32r/oprofile/init.c +++ b/arch/m32r/oprofile/init.c @@ -12,14 +12,11 @@ #include #include -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) { }