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/include/mach/r8a7790.h | |
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/include/mach/r8a7790.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7790.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7790.h b/arch/arm/mach-shmobile/include/mach/r8a7790.h index 788d55952091..177a8372abb7 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7790.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7790.h @@ -5,7 +5,7 @@ void r8a7790_add_standard_devices(void); void r8a7790_add_dt_devices(void); void r8a7790_clock_init(void); void r8a7790_pinmux_init(void); -void r8a7790_init_delay(void); +void r8a7790_init_early(void); void r8a7790_timer_init(void); #define MD(nr) BIT(nr) |