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/include | |
parent | c39dae380b4a11f1050a2ef6607598dcbe0541be (diff) | |
download | blackbird-op-linux-094c62c3313e1a1c7929a2f69c07ba3382c358e4.tar.gz blackbird-op-linux-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/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/emev2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/emev2.h b/arch/arm/mach-shmobile/include/mach/emev2.h index fcb142a14e07..d64e188a9755 100644 --- a/arch/arm/mach-shmobile/include/mach/emev2.h +++ b/arch/arm/mach-shmobile/include/mach/emev2.h @@ -3,7 +3,6 @@ extern void emev2_map_io(void); extern void emev2_init_delay(void); -extern void emev2_clock_init(void); extern struct smp_operations emev2_smp_ops; #endif /* __ASM_EMEV2_H__ */ |