From: Kuninori Morimoto Date: Tue, 1 Jun 2010 02:40:05 +0000 (+0000) Subject: ARM: mach-shmobile: ap4evb: evt2irq() update for MMCIF X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8d569341088d35938f1ad62bee60c7ad4adc1014;p=deliverable%2Flinux.git 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 Signed-off-by: Paul Mundt --- 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[] = { }, [1] = { /* MMC ERR */ - .start = 198, + .start = evt2irq(0x1ac0), .flags = IORESOURCE_IRQ, }, [2] = { /* MMC NOR */ - .start = 199, + .start = evt2irq(0x1ae0), .flags = IORESOURCE_IRQ, }, };