summaryrefslogtreecommitdiff
path: root/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-03-16 22:25:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-03-16 22:25:47 +0000
commita9ef927cce2c1d053b84d07717dc9c10ac64c2a9 (patch)
treef47a334d00e849269e48a7c96408d64c1c0f0417 /target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
parent18908139f3811f4d7012fbc87aef951eb993775c (diff)
downloadmtk-20170518-a9ef927cce2c1d053b84d07717dc9c10ac64c2a9.zip
mtk-20170518-a9ef927cce2c1d053b84d07717dc9c10ac64c2a9.tar.gz
mtk-20170518-a9ef927cce2c1d053b84d07717dc9c10ac64c2a9.tar.bz2
mcs814x: implement MULTI_IRQ_HANDLER
Allows us to get rid of the IRQ entry point assembly Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36060
Diffstat (limited to 'target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c')
-rw-r--r--target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
index 5d13283..9f6625c 100644
--- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
+++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
@@ -40,5 +40,6 @@ DT_MACHINE_START(mcs8140_dt, "Moschip MCS8140 board")
.init_machine = mcs814x_dt_device_init,
.restart = mcs814x_restart,
.dt_compat = mcs8140_dt_board_compat,
+ .handle_irq = mcs814x_handle_irq,
MACHINE_END