diff options
Diffstat (limited to 'arch/blackfin/mach-common/irqpanic.c')
-rw-r--r-- | arch/blackfin/mach-common/irqpanic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-common/irqpanic.c b/arch/blackfin/mach-common/irqpanic.c index 606ded9ff4e1..7b69413c1556 100644 --- a/arch/blackfin/mach-common/irqpanic.c +++ b/arch/blackfin/mach-common/irqpanic.c | |||
@@ -139,8 +139,8 @@ asmlinkage void irq_panic(int reason, struct pt_regs *regs) | |||
139 | /* | 139 | /* |
140 | * call the handler of Performance overflow | 140 | * call the handler of Performance overflow |
141 | */ | 141 | */ |
142 | asmlinkage void pm_overflow(int irq, struct pt_regs *regs) | 142 | asmlinkage void pm_overflow(struct pt_regs *regs) |
143 | { | 143 | { |
144 | pm_overflow_handler(irq, regs); | 144 | pm_overflow_handler(regs); |
145 | } | 145 | } |
146 | #endif | 146 | #endif |