From 8d569341088d35938f1ad62bee60c7ad4adc1014 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 1 Jun 2010 02:40:05 +0000 Subject: [PATCH] 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 --- arch/arm/mach-shmobile/board-ap4evb.c | 4 ++-- 1 file 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[] = { }, [1] = { /* MMC ERR */ - .start = 198, + .start = evt2irq(0x1ac0), .flags = IORESOURCE_IRQ, }, [2] = { /* MMC NOR */ - .start = 199, + .start = evt2irq(0x1ae0), .flags = IORESOURCE_IRQ, }, }; -- 2.34.1