Skip to content

Commit

Permalink
MIPS: MSP71xx: remove unused plat_irq_dispatch() argument
Browse files Browse the repository at this point in the history
Remove unused argument to make the plat_irq_dispatch() function
declaration similar to the realization of other platforms.

Signed-off-by: Sergey Ryazanov <[email protected]>
Cc: Linux MIPS <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/7538/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
rsa9000 authored and ralfbaechle committed Aug 19, 2014
1 parent f28ff3d commit b3804d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/pmcs-msp71xx/msp_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b3804d8

Please sign in to comment.