ARM: delete struct sys_timer
[deliverable/linux.git] / arch / arm / mach-h720x / common.h
index 79cfb970636042775dcb6b5e1c98f26921693b28..7e738410ca93d22be10bbc16c0476dfe3697fb72 100644 (file)
@@ -19,12 +19,12 @@ extern void __init h720x_map_io(void);
 extern void h720x_restart(char, const char *);
 
 #ifdef CONFIG_ARCH_H7202
-extern struct sys_timer h7202_timer;
+extern void h7202_timer_init(void);
 extern void __init init_hw_h7202(void);
 extern void __init h7202_init_irq(void);
 extern void __init h7202_init_time(void);
 #endif
 
 #ifdef CONFIG_ARCH_H7201
-extern struct sys_timer h7201_timer;
+extern void h7201_timer_init(void);
 #endif
This page took 0.033061 seconds and 5 git commands to generate.