diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-06-01 02:40:05 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-06-02 17:15:21 +0900 |
commit | 8d569341088d35938f1ad62bee60c7ad4adc1014 (patch) | |
tree | ddb3c6b8a70ee82a0363833c05e6f777dfbd9388 /arch/arm/mach-shmobile | |
parent | 1ddb76fd29da170d77d70b94cdcba74b0d935152 (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')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 4 |
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[] = { }, [1] = { /* MMC ERR */ - .start = 198, + .start = evt2irq(0x1ac0), .flags = IORESOURCE_IRQ, }, [2] = { /* MMC NOR */ - .start = 199, + .start = evt2irq(0x1ae0), .flags = IORESOURCE_IRQ, }, }; |