Skip to content

Commit

Permalink
ARM: mach-shmobile: ap4evb: evt2irq() update for MMCIF
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Jun 2, 2010
1 parent 1ddb76f commit 8d56934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit 8d56934

Please sign in to comment.