瀏覽代碼

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>
Magnus Damm 12 年之前
父節點
當前提交
13eb604665
共有 2 個文件被更改,包括 0 次插入5 次删除
  1. 0 1
      arch/arm/mach-shmobile/include/mach/common.h
  2. 0 4
      arch/arm/mach-shmobile/timer.c

+ 0 - 1
arch/arm/mach-shmobile/include/mach/common.h

@@ -2,7 +2,6 @@
 #define __ARCH_MACH_COMMON_H
 #define __ARCH_MACH_COMMON_H
 
 
 extern void shmobile_earlytimer_init(void);
 extern void shmobile_earlytimer_init(void);
-extern void shmobile_timer_init(void);
 extern void shmobile_setup_delay(unsigned int max_cpu_core_mhz,
 extern void shmobile_setup_delay(unsigned int max_cpu_core_mhz,
 			 unsigned int mult, unsigned int div);
 			 unsigned int mult, unsigned int div);
 struct twd_local_timer;
 struct twd_local_timer;

+ 0 - 4
arch/arm/mach-shmobile/timer.c

@@ -59,7 +59,3 @@ void __init shmobile_earlytimer_init(void)
 	late_time_init = shmobile_late_time_init;
 	late_time_init = shmobile_late_time_init;
 }
 }
 
 
-void __init shmobile_timer_init(void)
-{
-	clocksource_of_init();
-}