Skip to content

Commit

Permalink
PATCH] mx27pdk: rename mxc_map_io to mx27_map_io
Browse files Browse the repository at this point in the history
Hi,
Fixed issue in the mxc-master head :

Signed-off-by: Simon POLETTE <spolette@adnlysd018.(none)>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Simon POLETTE authored and Sascha Hauer committed Jun 5, 2009
1 parent 8c032ec commit add85a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-mx2/mx27pdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ MACHINE_START(MX27_3DS, "Freescale MX27PDK")
.phys_io = AIPI_BASE_ADDR,
.io_pg_offst = ((AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc,
.boot_params = PHYS_OFFSET + 0x100,
.map_io = mxc_map_io,
.map_io = mx27_map_io,
.init_irq = mxc_init_irq,
.init_machine = mx27pdk_init,
.timer = &mx27pdk_timer,
Expand Down

0 comments on commit add85a4

Please sign in to comment.