summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/timer.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-07-31 19:03:09 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-08-06 09:07:12 (GMT)
commit13eb604665c94d4cd9d7e2aeceef974cf1f30701 (patch)
treedbcf33bf6bf2904b4fd103c73b25c66024f392af /arch/arm/mach-shmobile/timer.c
parentc4a62a5f79f515056d9293ee0e9ce0869a326021 (diff)
downloadlinux-13eb604665c94d4cd9d7e2aeceef974cf1f30701.tar.xz
ARM: shmobile: Remove unused shmobile_init_time()
Remove shmobile_timer_init() since it now is unused. 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/timer.c')
-rw-r--r--arch/arm/mach-shmobile/timer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/timer.c b/arch/arm/mach-shmobile/timer.c
index f321dbe..62d7052 100644
--- a/arch/arm/mach-shmobile/timer.c
+++ b/arch/arm/mach-shmobile/timer.c
@@ -59,7 +59,3 @@ void __init shmobile_earlytimer_init(void)
late_time_init = shmobile_late_time_init;
}
-void __init shmobile_timer_init(void)
-{
- clocksource_of_init();
-}