Unify timer_init() and cpu_init() prototypes
[platform/kernel/u-boot.git] / arch / x86 / include / asm / u-boot-x86.h
index 944e1a2..4f0d2c7 100644 (file)
@@ -36,7 +36,6 @@ typedef void (timer_fnc_t) (void);
 int register_timer_isr (timer_fnc_t *isr_func);
 
 /* Architecture specific - can be in arch/x86/cpu/, arch/x86/lib/, or $(BOARD)/ */
-int timer_init(void);
 int dram_init_f(void);
 
 /* cpu/.../interrupts.c */