X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=arch%2Fmips%2Foprofile%2Fop_impl.h;h=5cfce7d87a4da1b279bce8bf6f7682690dbe120b;hp=f0121557047da3ca6c0f0bce2cecbc1f4d22da98;hb=ba339c03e2e8ede8ccd37ed6c4e564e3b1545495;hpb=0401572a9b9b2f368176b6e53f53004fd048a566 diff --git a/arch/mips/oprofile/op_impl.h b/arch/mips/oprofile/op_impl.h index f0121557047..5cfce7d87a4 100644 --- a/arch/mips/oprofile/op_impl.h +++ b/arch/mips/oprofile/op_impl.h @@ -12,8 +12,8 @@ struct pt_regs; -extern void null_perf_irq(struct pt_regs *regs); -extern void (*perf_irq)(struct pt_regs *regs); +extern int null_perf_irq(struct pt_regs *regs); +extern int (*perf_irq)(struct pt_regs *regs); /* Per-counter configuration as set via oprofilefs. */ struct op_counter_config {