aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/se
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 16:14:54 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 16:14:54 +0900
commita328ff9a7e3109919f59ce1903a31f8b2e6339e5 (patch)
tree5533f6f8618397376731006d9ff61b37802dfc67 /arch/sh/boards/se
parentvideo: Update header location in hp680_bl. (diff)
downloadlinux-dev-a328ff9a7e3109919f59ce1903a31f8b2e6339e5.tar.xz
linux-dev-a328ff9a7e3109919f59ce1903a31f8b2e6339e5.zip
sh: SE73180 updates for IRQ changes.
SE73180 can use the generic support, we just need to wire up the IRQ demuxing. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/se')
-rw-r--r--arch/sh/boards/se/73180/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/boards/se/73180/setup.c b/arch/sh/boards/se/73180/setup.c
index cddc7a2b858f..4daf53b1457f 100644
--- a/arch/sh/boards/se/73180/setup.c
+++ b/arch/sh/boards/se/73180/setup.c
@@ -12,6 +12,7 @@
#include <linux/init.h>
#include <asm/machvec.h>
#include <asm/se73180.h>
+#include <asm/irq.h>
void heartbeat_73180se(void);
void init_73180se_IRQ(void);
@@ -50,6 +51,7 @@ struct sh_machine_vector mv_73180se __initmv = {
.mv_outsl = sh73180se_outsl,
.mv_init_irq = init_73180se_IRQ,
+ .mv_irq_demux = shmse_irq_demux,
#ifdef CONFIG_HEARTBEAT
.mv_heartbeat = heartbeat_73180se,
#endif