diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 03:14:54 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 03:14:54 -0400 |
commit | a328ff9a7e3109919f59ce1903a31f8b2e6339e5 (patch) | |
tree | 5533f6f8618397376731006d9ff61b37802dfc67 /arch/sh/boards | |
parent | 848dd265947c976b6340027088c090ff7f0a0b8b (diff) |
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')
-rw-r--r-- | arch/sh/boards/se/73180/setup.c | 2 |
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 @@ | |||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <asm/machvec.h> | 13 | #include <asm/machvec.h> |
14 | #include <asm/se73180.h> | 14 | #include <asm/se73180.h> |
15 | #include <asm/irq.h> | ||
15 | 16 | ||
16 | void heartbeat_73180se(void); | 17 | void heartbeat_73180se(void); |
17 | void init_73180se_IRQ(void); | 18 | void init_73180se_IRQ(void); |
@@ -50,6 +51,7 @@ struct sh_machine_vector mv_73180se __initmv = { | |||
50 | .mv_outsl = sh73180se_outsl, | 51 | .mv_outsl = sh73180se_outsl, |
51 | 52 | ||
52 | .mv_init_irq = init_73180se_IRQ, | 53 | .mv_init_irq = init_73180se_IRQ, |
54 | .mv_irq_demux = shmse_irq_demux, | ||
53 | #ifdef CONFIG_HEARTBEAT | 55 | #ifdef CONFIG_HEARTBEAT |
54 | .mv_heartbeat = heartbeat_73180se, | 56 | .mv_heartbeat = heartbeat_73180se, |
55 | #endif | 57 | #endif |