diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-05-11 19:25:37 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-05-12 03:09:58 -0400 |
commit | 595e9b00fb81f971d84ff451861423d02c39d060 (patch) | |
tree | 0b41b5491aa2cbef6899a9b9c418ff2e17782533 /arch/arm/mach-shmobile | |
parent | 7e99497cf5e7b46ff5f434beae45f6f35005e8b6 (diff) |
ARM: shmobile: Remove unused r8a7791_init_early()
Remove the now unused r8a7791_init_early() function.
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')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7791.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7791.c | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7791.h b/arch/arm/mach-shmobile/include/mach/r8a7791.h index 200fa699f730..664274cc4b64 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7791.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7791.h | |||
@@ -5,7 +5,6 @@ void r8a7791_add_standard_devices(void); | |||
5 | void r8a7791_add_dt_devices(void); | 5 | void r8a7791_add_dt_devices(void); |
6 | void r8a7791_clock_init(void); | 6 | void r8a7791_clock_init(void); |
7 | void r8a7791_pinmux_init(void); | 7 | void r8a7791_pinmux_init(void); |
8 | void r8a7791_init_early(void); | ||
9 | extern struct smp_operations r8a7791_smp_ops; | 8 | extern struct smp_operations r8a7791_smp_ops; |
10 | 9 | ||
11 | #endif /* __ASM_R8A7791_H__ */ | 10 | #endif /* __ASM_R8A7791_H__ */ |
diff --git a/arch/arm/mach-shmobile/setup-r8a7791.c b/arch/arm/mach-shmobile/setup-r8a7791.c index 2c84e745c223..949580ae150a 100644 --- a/arch/arm/mach-shmobile/setup-r8a7791.c +++ b/arch/arm/mach-shmobile/setup-r8a7791.c | |||
@@ -210,13 +210,6 @@ void __init r8a7791_add_standard_devices(void) | |||
210 | r8a7791_register_thermal(); | 210 | r8a7791_register_thermal(); |
211 | } | 211 | } |
212 | 212 | ||
213 | void __init r8a7791_init_early(void) | ||
214 | { | ||
215 | #ifndef CONFIG_ARM_ARCH_TIMER | ||
216 | shmobile_setup_delay(1500, 2, 4); /* Cortex-A15 @ 1500MHz */ | ||
217 | #endif | ||
218 | } | ||
219 | |||
220 | #ifdef CONFIG_USE_OF | 213 | #ifdef CONFIG_USE_OF |
221 | static const char *r8a7791_boards_compat_dt[] __initdata = { | 214 | static const char *r8a7791_boards_compat_dt[] __initdata = { |
222 | "renesas,r8a7791", | 215 | "renesas,r8a7791", |