Skip to content

Commit

Permalink
ARM: shmobile: Remove unused shmobile_init_time()
Browse files Browse the repository at this point in the history
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>
Magnus Damm authored and Simon Horman committed Aug 6, 2013
1 parent c4a62a5 commit 13eb604
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-shmobile/include/mach/common.h
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@
#define __ARCH_MACH_COMMON_H

extern void shmobile_earlytimer_init(void);
extern void shmobile_timer_init(void);
extern void shmobile_setup_delay(unsigned int max_cpu_core_mhz,
unsigned int mult, unsigned int div);
struct twd_local_timer;
4 changes: 0 additions & 4 deletions arch/arm/mach-shmobile/timer.c
Original file line number Diff line number Diff line change
@@ -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();
}

0 comments on commit 13eb604

Please sign in to comment.