diff options
author | Magnus Damm <damm@opensource.se> | 2014-02-13 17:26:08 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-14 11:26:01 +0900 |
commit | 094c62c3313e1a1c7929a2f69c07ba3382c358e4 (patch) | |
tree | d82abb710d7891b70ac69ffa854c55c089c55ecd /arch/arm/mach-shmobile/setup-emev2.c | |
parent | c39dae380b4a11f1050a2ef6607598dcbe0541be (diff) | |
download | lwn-094c62c3313e1a1c7929a2f69c07ba3382c358e4.tar.gz lwn-094c62c3313e1a1c7929a2f69c07ba3382c358e4.zip |
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.c | 4 |
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 c71d667007b8..b15a0ed769fe 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); } |