Skip to content

Commit

Permalink
ARM: pxa/saarb: make use of pxa3xx_map_io()
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Miao <[email protected]>
  • Loading branch information
ericmiao committed Jul 11, 2011
1 parent fe0d422 commit 150f164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/saarb.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static void __init saarb_init(void)

MACHINE_START(SAARB, "PXA955 Handheld Platform (aka SAARB)")
.boot_params = 0xa0000100,
.map_io = pxa_map_io,
.map_io = pxa3xx_map_io,
.nr_irqs = SAARB_NR_IRQS,
.init_irq = pxa95x_init_irq,
.timer = &pxa_timer,
Expand Down

0 comments on commit 150f164

Please sign in to comment.