projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c5713
)
sh: espt evt2irq migration.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 18 May 2012 05:57:21 +0000
(14:57 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 18 May 2012 05:57:21 +0000
(14:57 +0900)
Migrate espt to evt2irq() backed hwirq lookups.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/board-espt.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/board-espt.c
b/arch/sh/boards/board-espt.c
index
b3ae9d3
..
6cba0a7
100644
(file)
--- a/
arch/sh/boards/board-espt.c
+++ b/
arch/sh/boards/board-espt.c
@@
-14,6
+14,7
@@
#include <linux/mtd/physmap.h>
#include <linux/io.h>
#include <linux/sh_eth.h>
+#include <linux/sh_intc.h>
#include <asm/machvec.h>
#include <asm/sizes.h>
@@
-71,7
+72,7
@@
static struct resource sh_eth_resources[] = {
.flags = IORESOURCE_MEM,
}, {
- .start =
57
, /* irq number */
+ .start =
evt2irq(0x920)
, /* irq number */
.flags = IORESOURCE_IRQ,
},
};