summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/setup-emev2.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2014-02-13 08:26:08 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2014-04-14 02:26:01 (GMT)
commit094c62c3313e1a1c7929a2f69c07ba3382c358e4 (patch)
treed82abb710d7891b70ac69ffa854c55c089c55ecd /arch/arm/mach-shmobile/setup-emev2.c
parentc39dae380b4a11f1050a2ef6607598dcbe0541be (diff)
downloadlinux-094c62c3313e1a1c7929a2f69c07ba3382c358e4.tar.xz
ARM: shmobile: Remove legacy EMEV2 SoC support
Get rid of legacy EMEV2 SoC code including the legacy clock framework implementation. The multiplatform implementation together with DT board support shall be used instead. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-emev2.c')
-rw-r--r--arch/arm/mach-shmobile/setup-emev2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/setup-emev2.c b/arch/arm/mach-shmobile/setup-emev2.c
index c71d667..b15a0ed 100644
--- a/arch/arm/mach-shmobile/setup-emev2.c
+++ b/arch/arm/mach-shmobile/setup-emev2.c
@@ -50,11 +50,7 @@ void __init emev2_init_delay(void)
static void __init emev2_add_standard_devices_dt(void)
{
-#ifdef CONFIG_COMMON_CLK
of_clk_init(NULL);
-#else
- emev2_clock_init();
-#endif
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
}