summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/board-ape6evm.c
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2013-10-08 04:31:20 +0400
committerSimon Horman <horms+renesas@verge.net.au>2013-10-08 04:31:20 +0400
commit63862f14bdf9e1251b7398947265422ec9b1400b (patch)
treefdf5ccd215cfa23792964fbff600116788349d20 /arch/arm/mach-shmobile/board-ape6evm.c
parentb77c6bcef2082a7cd96124daf15df8da5b670ebe (diff)
parent2349199db55bfb99e2ebdce285a7e297ba63a7ef (diff)
downloadlinux-63862f14bdf9e1251b7398947265422ec9b1400b.tar.xz
Merge branch 'heads/soc2' into boards2-base
Diffstat (limited to 'arch/arm/mach-shmobile/board-ape6evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-ape6evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm.c b/arch/arm/mach-shmobile/board-ape6evm.c
index 0365d2e2e730..7627385f516e 100644
--- a/arch/arm/mach-shmobile/board-ape6evm.c
+++ b/arch/arm/mach-shmobile/board-ape6evm.c
@@ -279,7 +279,7 @@ static const char *ape6evm_boards_compat_dt[] __initdata = {
};
DT_MACHINE_START(APE6EVM_DT, "ape6evm")
- .init_early = r8a73a4_init_delay,
+ .init_early = r8a73a4_init_early,
.init_machine = ape6evm_add_standard_devices,
.dt_compat = ape6evm_boards_compat_dt,
MACHINE_END