projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c049e
)
ARM: mach-shmobile: ap4evb: modify LCDC1 irq number
author
TAKEI Mitsuharu
<takei.andr@gmail.com>
Wed, 20 Oct 2010 02:53:17 +0000
(11:53 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 25 Oct 2010 01:46:01 +0000
(10:46 +0900)
Signed-off-by: TAKEI Mitsuharu <takei.andr@gmail.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ap4evb.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/board-ap4evb.c
b/arch/arm/mach-shmobile/board-ap4evb.c
index d21637d0f6dd7df1e95fc10200b4c1874e2ccc1b..901000ceb5401774096aed393f687be377e7eb97 100644
(file)
--- a/
arch/arm/mach-shmobile/board-ap4evb.c
+++ b/
arch/arm/mach-shmobile/board-ap4evb.c
@@
-596,7
+596,7
@@
static struct resource lcdc1_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
- .start = intcs_evt2irq(0x17
a
0),
+ .start = intcs_evt2irq(0x17
8
0),
.flags = IORESOURCE_IRQ,
},
};