diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 14:48:53 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 14:48:53 +0900 |
commit | 0fa4c3912cd8e257a4648d6982f0bfe1a48bd8c2 (patch) | |
tree | e2c8f375e617da569f98fc296871f4356c20e37b /arch/sh | |
parent | 85ee6b06cc3a42f0381455ea4d1da0bdded41bee (diff) | |
download | linux-3.10-0fa4c3912cd8e257a4648d6982f0bfe1a48bd8c2.tar.gz linux-3.10-0fa4c3912cd8e257a4648d6982f0bfe1a48bd8c2.tar.bz2 linux-3.10-0fa4c3912cd8e257a4648d6982f0bfe1a48bd8c2.zip |
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')
-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 541d8a28103..0a531a1f6e2 100644 --- a/arch/sh/boards/board-edosk7705.c +++ b/arch/sh/boards/board-edosk7705.c @@ -13,6 +13,7 @@ #include <linux/platform_device.h> #include <linux/interrupt.h> #include <linux/smc91x.h> +#include <linux/sh_intc.h> #include <asm/machvec.h> #include <asm/sizes.h> @@ -20,7 +21,7 @@ #define SMC_IO_OFFSET 0x300 #define SMC_IOADDR (SMC_IOBASE + SMC_IO_OFFSET) -#define ETHERNET_IRQ 0x09 +#define ETHERNET_IRQ evt2irq(0x320) static void __init sh_edosk7705_init_irq(void) { |