diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 02:43:48 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 02:43:48 -0400 |
commit | 4059e43a6e091d80a1539f4c43bc3caab0e578f6 (patch) | |
tree | c050ee1efccfdc5e0c05a862ec43bdb5d0755f11 /arch/sh/boards/board-urquell.c | |
parent | c825abc4c7b5e3e25b191c877cd0ca45cfaa824b (diff) |
sh: urquell evt2irq migration.
Migrate urquell to evt2irq backed hwirq lookups.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/board-urquell.c')
-rw-r--r-- | arch/sh/boards/board-urquell.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/boards/board-urquell.c b/arch/sh/boards/board-urquell.c index 24e3316c5c17..b52abcc5259a 100644 --- a/arch/sh/boards/board-urquell.c +++ b/arch/sh/boards/board-urquell.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/gpio.h> | 20 | #include <linux/gpio.h> |
21 | #include <linux/irq.h> | 21 | #include <linux/irq.h> |
22 | #include <linux/clk.h> | 22 | #include <linux/clk.h> |
23 | #include <linux/sh_intc.h> | ||
23 | #include <mach/urquell.h> | 24 | #include <mach/urquell.h> |
24 | #include <cpu/sh7786.h> | 25 | #include <cpu/sh7786.h> |
25 | #include <asm/heartbeat.h> | 26 | #include <asm/heartbeat.h> |
@@ -78,7 +79,7 @@ static struct resource smc91x_eth_resources[] = { | |||
78 | .flags = IORESOURCE_MEM, | 79 | .flags = IORESOURCE_MEM, |
79 | }, | 80 | }, |
80 | [1] = { | 81 | [1] = { |
81 | .start = 11, | 82 | .start = evt2irq(0x360), |
82 | .flags = IORESOURCE_IRQ, | 83 | .flags = IORESOURCE_IRQ, |
83 | }, | 84 | }, |
84 | }; | 85 | }; |