From: Hauke Mehrtens <hauke@hauke-m.de>
Date: Sun, 13 Oct 2013 20:55:58 +0000 (+0200)
Subject: MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()
X-Git-Tag: firefly_0821_release~176^2~4513^2~113
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=69733c9b0bcd35382e2d514362a31a12a507aea3;p=firefly-linux-kernel-4.4.55.git

MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()

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/
---

diff --git a/arch/mips/bcm47xx/irq.c b/arch/mips/bcm47xx/irq.c
index 8cf3833b2d29..a9133e9757a0 100644
--- a/arch/mips/bcm47xx/irq.c
+++ b/arch/mips/bcm47xx/irq.c
@@ -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;