summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2014-02-13 09:26:08 +0100
committerSimon Horman <horms+renesas@verge.net.au>2014-04-14 04:26:01 +0200
commit094c62c3313e1a1c7929a2f69c07ba3382c358e4 (patch)
treed82abb710d7891b70ac69ffa854c55c089c55ecd /arch/arm/mach-shmobile/include
parentARM: shmobile: Add shared shmobile_init_delay() (diff)
downloadlinux-094c62c3313e1a1c7929a2f69c07ba3382c358e4.tar.xz
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.h1
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__ */