diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a73a4.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a73a4.c b/arch/arm/mach-shmobile/setup-r8a73a4.c index d533bd23865c..11c0f6305e6b 100644 --- a/arch/arm/mach-shmobile/setup-r8a73a4.c +++ b/arch/arm/mach-shmobile/setup-r8a73a4.c | |||
@@ -210,11 +210,6 @@ void __init r8a73a4_init_delay(void) | |||
210 | } | 210 | } |
211 | 211 | ||
212 | #ifdef CONFIG_USE_OF | 212 | #ifdef CONFIG_USE_OF |
213 | void __init r8a73a4_add_standard_devices_dt(void) | ||
214 | { | ||
215 | platform_device_register_simple("cpufreq-cpu0", -1, NULL, 0); | ||
216 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | ||
217 | } | ||
218 | 213 | ||
219 | static const char *r8a73a4_boards_compat_dt[] __initdata = { | 214 | static const char *r8a73a4_boards_compat_dt[] __initdata = { |
220 | "renesas,r8a73a4", | 215 | "renesas,r8a73a4", |
@@ -223,7 +218,6 @@ static const char *r8a73a4_boards_compat_dt[] __initdata = { | |||
223 | 218 | ||
224 | DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)") | 219 | DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)") |
225 | .init_early = r8a73a4_init_delay, | 220 | .init_early = r8a73a4_init_delay, |
226 | .init_machine = r8a73a4_add_standard_devices_dt, | ||
227 | .init_time = shmobile_timer_init, | 221 | .init_time = shmobile_timer_init, |
228 | .dt_compat = r8a73a4_boards_compat_dt, | 222 | .dt_compat = r8a73a4_boards_compat_dt, |
229 | MACHINE_END | 223 | MACHINE_END |