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>
This commit is contained in:
Kuninori Morimoto 2010-06-01 02:40:05 +00:00 committed by Paul Mundt
parent 1ddb76fd29
commit 8d56934108

View file

@ -267,12 +267,12 @@ static struct resource sh_mmcif_resources[] = {
}, },
[1] = { [1] = {
/* MMC ERR */ /* MMC ERR */
.start = 198, .start = evt2irq(0x1ac0),
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,
}, },
[2] = { [2] = {
/* MMC NOR */ /* MMC NOR */
.start = 199, .start = evt2irq(0x1ae0),
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,
}, },
}; };