diff options
author | Magnus Damm <damm@opensource.se> | 2013-08-08 07:26:48 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-19 14:33:44 -0700 |
commit | 0750a54592a2daff70771a1c170f9859d5901d3d (patch) | |
tree | 84cab87b9499cafc588ee398df7d25a6736bedd2 /arch/arm/mach-shmobile/include/mach/r8a73a4.h | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) |
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/include/mach/r8a73a4.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a73a4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a73a4.h b/arch/arm/mach-shmobile/include/mach/r8a73a4.h index f3a9b702da5..5214338a6a4 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a73a4.h +++ b/arch/arm/mach-shmobile/include/mach/r8a73a4.h @@ -5,6 +5,6 @@ void r8a73a4_add_standard_devices(void); void r8a73a4_add_dt_devices(void); void r8a73a4_clock_init(void); void r8a73a4_pinmux_init(void); -void r8a73a4_init_delay(void); +void r8a73a4_init_early(void); #endif /* __ASM_R8A73A4_H__ */ |