projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
345569a
)
mx1ads: rename mxc_map_io to mx1_map_io
author
Sascha Hauer
<s.hauer@pengutronix.de>
Wed, 29 Apr 2009 11:41:40 +0000
(13:41 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 7 May 2009 14:20:22 +0000
(16:20 +0200)
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx1/mx1ads.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-mx1/mx1ads.c
b/arch/arm/mach-mx1/mx1ads.c
index 55d32897cb4a0a013580028b5477c6e5f43c15e3..e5b0c0a83c3bfe5150a78d840f208a5e793b9d61 100644
(file)
--- a/
arch/arm/mach-mx1/mx1ads.c
+++ b/
arch/arm/mach-mx1/mx1ads.c
@@
-150,7
+150,7
@@
MACHINE_START(MX1ADS, "Freescale MX1ADS")
.phys_io = IMX_IO_PHYS,
.io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc,
.boot_params = PHYS_OFFSET + 0x100,
- .map_io = mx
c
_map_io,
+ .map_io = mx
1
_map_io,
.init_irq = mxc_init_irq,
.timer = &mx1ads_timer,
.init_machine = mx1ads_init,