From: Sergey Ryazanov Date: Wed, 13 Aug 2014 22:09:35 +0000 (+0400) Subject: MIPS: MSP71xx: remove unused plat_irq_dispatch() argument X-Git-Tag: v3.17-rc2~3^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3804d8da18f4649c3fb1755078312cdf8f40ffc;p=platform%2Fkernel%2Flinux-exynos.git MIPS: MSP71xx: remove unused plat_irq_dispatch() argument Remove unused argument to make the plat_irq_dispatch() function declaration similar to the realization of other platforms. Signed-off-by: Sergey Ryazanov Cc: Linux MIPS Patchwork: https://patchwork.linux-mips.org/patch/7538/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/pmcs-msp71xx/msp_irq.c b/arch/mips/pmcs-msp71xx/msp_irq.c index 941744a..f914c75 100644 --- a/arch/mips/pmcs-msp71xx/msp_irq.c +++ b/arch/mips/pmcs-msp71xx/msp_irq.c @@ -51,7 +51,7 @@ static inline void sec_int_dispatch(void) { do_IRQ(MSP_INT_SEC); } * the range 40-71. */ -asmlinkage void plat_irq_dispatch(struct pt_regs *regs) +asmlinkage void plat_irq_dispatch(void) { u32 pending;