diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 01:48:53 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 01:48:53 -0400 |
commit | 0fa4c3912cd8e257a4648d6982f0bfe1a48bd8c2 (patch) | |
tree | e2c8f375e617da569f98fc296871f4356c20e37b /arch/sh/boards | |
parent | 85ee6b06cc3a42f0381455ea4d1da0bdded41bee (diff) |
sh: edosk7705 evt2irq migration.
Migrate edosk7705 to evt2irq() backed hwirq lookups.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/board-edosk7705.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/boards/board-edosk7705.c b/arch/sh/boards/board-edosk7705.c index 541d8a281035..0a531a1f6e23 100644 --- a/arch/sh/boards/board-edosk7705.c +++ b/arch/sh/boards/board-edosk7705.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <linux/platform_device.h> | 13 | #include <linux/platform_device.h> |
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <linux/smc91x.h> | 15 | #include <linux/smc91x.h> |
16 | #include <linux/sh_intc.h> | ||
16 | #include <asm/machvec.h> | 17 | #include <asm/machvec.h> |
17 | #include <asm/sizes.h> | 18 | #include <asm/sizes.h> |
18 | 19 | ||
@@ -20,7 +21,7 @@ | |||
20 | #define SMC_IO_OFFSET 0x300 | 21 | #define SMC_IO_OFFSET 0x300 |
21 | #define SMC_IOADDR (SMC_IOBASE + SMC_IO_OFFSET) | 22 | #define SMC_IOADDR (SMC_IOBASE + SMC_IO_OFFSET) |
22 | 23 | ||
23 | #define ETHERNET_IRQ 0x09 | 24 | #define ETHERNET_IRQ evt2irq(0x320) |
24 | 25 | ||
25 | static void __init sh_edosk7705_init_irq(void) | 26 | static void __init sh_edosk7705_init_irq(void) |
26 | { | 27 | { |