From: Magnus Damm Date: Mon, 19 May 2014 23:37:42 +0000 (+0900) Subject: ARM: shmobile: Remove unused r8a7790_init_early() X-Git-Tag: v3.14.28+ltsi~152 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e20c5c5d97ce0a9f843585107a7c137488afe93e;p=platform%2Fkernel%2Flinux-stable.git ARM: shmobile: Remove unused r8a7790_init_early() Remove the now unused r8a7790_init_early() function. Signed-off-by: Magnus Damm Acked-by: Geert Uytterhoeven Signed-off-by: Simon Horman (cherry picked from commit d83fa4c9c27c4d8612e39e99506b5420fa05b58b) Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/include/mach/r8a7790.h b/arch/arm/mach-shmobile/include/mach/r8a7790.h index d7555440fc7b..459827f1369b 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7790.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7790.h @@ -31,7 +31,6 @@ void r8a7790_add_dt_devices(void); void r8a7790_clock_init(void); void r8a7790_pinmux_init(void); void r8a7790_pm_init(void); -void r8a7790_init_early(void); extern struct smp_operations r8a7790_smp_ops; #endif /* __ASM_R8A7790_H__ */ diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c index 4bfa8539d72a..a34229d5da41 100644 --- a/arch/arm/mach-shmobile/setup-r8a7790.c +++ b/arch/arm/mach-shmobile/setup-r8a7790.c @@ -308,13 +308,6 @@ void __init r8a7790_add_standard_devices(void) r8a7790_register_audio_dmac(1); } -void __init r8a7790_init_early(void) -{ -#ifndef CONFIG_ARM_ARCH_TIMER - shmobile_setup_delay(1300, 2, 4); /* Cortex-A15 @ 1300MHz */ -#endif -} - #ifdef CONFIG_USE_OF static const char * const r8a7790_boards_compat_dt[] __initconst = {