diff options
author | Magnus Damm <damm@opensource.se> | 2013-08-08 02:27:01 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-20 01:33:44 +0400 |
commit | 0efd7faa6c611dab4ab8105473d2ffde7918cb69 (patch) | |
tree | 2cb45c06784ad5ad15e244c9d5f9fbf94fa694dd /arch/arm/mach-shmobile/board-lager-reference.c | |
parent | 0750a54592a2daff70771a1c170f9859d5901d3d (diff) | |
download | linux-0efd7faa6c611dab4ab8105473d2ffde7918cb69.tar.xz |
ARM: shmobile: Rename to r8a7790_init_early()
Rename r8a7790_init_delay() into r8a7790_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-lager-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-lager-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c index 9c316a1b2e32..2856f51ff8a6 100644 --- a/arch/arm/mach-shmobile/board-lager-reference.c +++ b/arch/arm/mach-shmobile/board-lager-reference.c @@ -38,7 +38,7 @@ static const char *lager_boards_compat_dt[] __initdata = { }; DT_MACHINE_START(LAGER_DT, "lager") - .init_early = r8a7790_init_delay, + .init_early = r8a7790_init_early, .init_machine = lager_add_standard_devices, .init_time = r8a7790_timer_init, .dt_compat = lager_boards_compat_dt, |