diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-04-15 08:33:57 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-15 21:01:42 -0400 |
commit | 72dc392ae5bbad3477053ac4c5708dba6706ffa0 (patch) | |
tree | 835677c7025699f5bd64857f7ecb903130b7cbe0 | |
parent | 1668a7a699f8c96bc99a50e94aadfe328adf9b76 (diff) |
ARM: shmobile: r8a7740: Remove unused r8a7740_add_early_devices_dt()
It was removed in commit 744fdc8dc0e22cc5b61ee1bcde9375f188daa330 ("ARM:
shmobile: r8a7740: Prepare for reference DT setup"), but accidentally
resurrected in commit 88378837780166d67a11142cd6f76596c0a2d8c3 ("ARM:
shmobile: Remove unused r8a7740 auxdata table").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7740.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 8f3c68101d59..cba3a07a97c2 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c | |||
@@ -869,17 +869,6 @@ void __init r8a7740_add_early_devices(void) | |||
869 | 869 | ||
870 | #ifdef CONFIG_USE_OF | 870 | #ifdef CONFIG_USE_OF |
871 | 871 | ||
872 | void __init r8a7740_add_early_devices_dt(void) | ||
873 | { | ||
874 | shmobile_setup_delay(800, 1, 3); /* Cortex-A9 @ 800MHz */ | ||
875 | |||
876 | early_platform_add_devices(r8a7740_early_devices, | ||
877 | ARRAY_SIZE(r8a7740_early_devices)); | ||
878 | |||
879 | /* setup early console here as well */ | ||
880 | shmobile_setup_console(); | ||
881 | } | ||
882 | |||
883 | void __init r8a7740_add_standard_devices_dt(void) | 872 | void __init r8a7740_add_standard_devices_dt(void) |
884 | { | 873 | { |
885 | platform_add_devices(r8a7740_devices_dt, | 874 | platform_add_devices(r8a7740_devices_dt, |