]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - arch/arm/mach-shmobile/timer.c
ARM: delete struct sys_timer
[thirdparty/linux.git] / arch / arm / mach-shmobile / timer.c
index a68919727e24dddcd2431db2864d4f7dd6da15cb..fdbe54a1155567c8ddb08329b60f76c03020c6ab 100644 (file)
@@ -60,10 +60,6 @@ void __init shmobile_earlytimer_init(void)
        late_time_init = shmobile_late_time_init;
 }
 
-static void __init shmobile_timer_init(void)
+void __init shmobile_timer_init(void)
 {
 }
-
-struct sys_timer shmobile_timer = {
-       .init           = shmobile_timer_init,
-};