diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-20 15:03:03 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-22 04:31:56 +0200 |
commit | f5720080b51d61c33dc559fedab9a601930e95c1 (patch) | |
tree | 48c4929cccbdca15e2fb8524d57489a2294c2d5a /arch/arm/mach-shmobile/r8a73a4.h | |
parent | ARM: shmobile: sh7372: Use shmobile_init_delay() (diff) | |
download | linux-f5720080b51d61c33dc559fedab9a601930e95c1.tar.xz linux-f5720080b51d61c33dc559fedab9a601930e95c1.zip |
ARM: shmobile: r8a73a4: Use shmobile_init_delay()
Adjust the r8a73a4 SoC support code to use shmobile_init_delay()
together with CPU Frequency settings from the DTS. Get rid of the
C code version and r8a73a4_init_early() that now are unused.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/r8a73a4.h')
-rw-r--r-- | arch/arm/mach-shmobile/r8a73a4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/r8a73a4.h b/arch/arm/mach-shmobile/r8a73a4.h index ce8bdd1d8a8a..5fafd6fcedf7 100644 --- a/arch/arm/mach-shmobile/r8a73a4.h +++ b/arch/arm/mach-shmobile/r8a73a4.h @@ -14,6 +14,5 @@ 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_early(void); #endif /* __ASM_R8A73A4_H__ */ |