Skip to content

Commit

Permalink
MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()
Browse files Browse the repository at this point in the history
plat_irq_dispatch() is called from asm code, add asmlinkage.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6043/
  • Loading branch information
Hauke Mehrtens authored and Ralf Baechle committed Jan 22, 2014
1 parent 484e20a commit 69733c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/bcm47xx/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <asm/irq_cpu.h>
#include <bcm47xx.h>

void plat_irq_dispatch(void)
asmlinkage void plat_irq_dispatch(void)
{
u32 cause;

Expand Down

0 comments on commit 69733c9

Please sign in to comment.