diff options
| -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", |
