diff options
Diffstat (limited to 'arch/blackfin/oprofile/op_blackfin.h')
-rw-r--r-- | arch/blackfin/oprofile/op_blackfin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/oprofile/op_blackfin.h b/arch/blackfin/oprofile/op_blackfin.h index 05dd08c9d154..37aec0eb00d0 100644 --- a/arch/blackfin/oprofile/op_blackfin.h +++ b/arch/blackfin/oprofile/op_blackfin.h | |||
@@ -93,6 +93,6 @@ static inline void count_write(unsigned int *count) | |||
93 | CSYNC(); | 93 | CSYNC(); |
94 | } | 94 | } |
95 | 95 | ||
96 | extern int pm_overflow_handler(int irq, struct pt_regs *regs); | 96 | extern int pm_overflow_handler(struct pt_regs *regs); |
97 | 97 | ||
98 | #endif | 98 | #endif |