projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c032ec
)
PATCH] mx27pdk: rename mxc_map_io to mx27_map_io
author
Simon POLETTE
<spolette@adetelgroup.com>
Thu, 4 Jun 2009 10:09:01 +0000
(12:09 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 5 Jun 2009 08:02:26 +0000
(10:02 +0200)
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>
arch/arm/mach-mx2/mx27pdk.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx2/mx27pdk.c
b/arch/arm/mach-mx2/mx27pdk.c
index 90b1fa5d1849d5423e7c6dfe7fe99efd6e324fde..1d9238c7a6c3983ac83e5e4ed26517b864bdfb1a 100644
(file)
--- a/
arch/arm/mach-mx2/mx27pdk.c
+++ b/
arch/arm/mach-mx2/mx27pdk.c
@@
-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 = mx
c
_map_io,
+ .map_io = mx
27
_map_io,
.init_irq = mxc_init_irq,
.init_machine = mx27pdk_init,
.timer = &mx27pdk_timer,