summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/board-ape6evm-reference.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-08-07 22:26:48 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-09-19 21:33:44 (GMT)
commit0750a54592a2daff70771a1c170f9859d5901d3d (patch)
tree84cab87b9499cafc588ee398df7d25a6736bedd2 /arch/arm/mach-shmobile/board-ape6evm-reference.c
parent272b98c6455f00884f0350f775c5342358ebb73f (diff)
downloadlinux-0750a54592a2daff70771a1c170f9859d5901d3d.tar.xz
ARM: shmobile: Rename to r8a73a4_init_early()
Rename r8a73a4_init_delay() into r8a73a4_init_early() to make the function name show that more than just delay setup may happen in the future. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ape6evm-reference.c')
-rw-r--r--arch/arm/mach-shmobile/board-ape6evm-reference.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm-reference.c b/arch/arm/mach-shmobile/board-ape6evm-reference.c
index a23fa71..3276afc 100644
--- a/arch/arm/mach-shmobile/board-ape6evm-reference.c
+++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c
@@ -57,7 +57,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