diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 16:14:54 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 16:14:54 +0900 |
commit | a328ff9a7e3109919f59ce1903a31f8b2e6339e5 (patch) | |
tree | 5533f6f8618397376731006d9ff61b37802dfc67 /arch/sh/boards/se/73180/setup.c | |
parent | 848dd265947c976b6340027088c090ff7f0a0b8b (diff) | |
download | blackbird-op-linux-a328ff9a7e3109919f59ce1903a31f8b2e6339e5.tar.gz blackbird-op-linux-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/73180/setup.c')
-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 @@ #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 |