diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-20 15:03:12 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-22 04:31:56 +0200 |
commit | 7dd4cfd7f8c2976a8d65022146386480474501ca (patch) | |
tree | 10c3fe16b002ec08e68ad69d2afa1c4c7578c253 /arch/arm/mach-shmobile/common.h | |
parent | ARM: shmobile: r8a73a4: Use shmobile_init_delay() (diff) | |
download | linux-7dd4cfd7f8c2976a8d65022146386480474501ca.tar.xz linux-7dd4cfd7f8c2976a8d65022146386480474501ca.zip |
ARM: shmobile: Remove shmobile_setup_delay()
All ARM mach-shmobile SoCs and boards now rely on DTS for
CPU Frequency information, so remove the unused function
shmobile_setup_delay(). While at it, make the function
shmobile_setup_delay_hz() static.
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/common.h')
-rw-r--r-- | arch/arm/mach-shmobile/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/common.h b/arch/arm/mach-shmobile/common.h index 98056081f0da..72087c79ad7b 100644 --- a/arch/arm/mach-shmobile/common.h +++ b/arch/arm/mach-shmobile/common.h @@ -2,8 +2,6 @@ #define __ARCH_MACH_COMMON_H extern void shmobile_earlytimer_init(void); -extern void shmobile_setup_delay(unsigned int max_cpu_core_mhz, - unsigned int mult, unsigned int div); extern void shmobile_init_delay(void); struct twd_local_timer; extern void shmobile_setup_console(void); |