aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ap4evb.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-05-31 22:40:05 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-06-02 04:15:21 -0400
commit8d569341088d35938f1ad62bee60c7ad4adc1014 (patch)
treeddb3c6b8a70ee82a0363833c05e6f777dfbd9388 /arch/arm/mach-shmobile/board-ap4evb.c
parent1ddb76fd29da170d77d70b94cdcba74b0d935152 (diff)
ARM: mach-shmobile: ap4evb: evt2irq() update for MMCIF
This patch updates the irq numbers for MMCIF to make use of evt2irq(). Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index bdc4c6bd3108..67da7371451c 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -267,12 +267,12 @@ static struct resource sh_mmcif_resources[] = {
267 }, 267 },
268 [1] = { 268 [1] = {
269 /* MMC ERR */ 269 /* MMC ERR */
270 .start = 198, 270 .start = evt2irq(0x1ac0),
271 .flags = IORESOURCE_IRQ, 271 .flags = IORESOURCE_IRQ,
272 }, 272 },
273 [2] = { 273 [2] = {
274 /* MMC NOR */ 274 /* MMC NOR */
275 .start = 199, 275 .start = evt2irq(0x1ae0),
276 .flags = IORESOURCE_IRQ, 276 .flags = IORESOURCE_IRQ,
277 }, 277 },
278}; 278};