patch-2.4.0-test7 linux/include/asm-arm/arch-cl7500/time.h

Next file: linux/include/asm-arm/arch-cl7500/uncompress.h
Previous file: linux/include/asm-arm/arch-cl7500/serial.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test6/linux/include/asm-arm/arch-cl7500/time.h linux/include/asm-arm/arch-cl7500/time.h
@@ -8,7 +8,6 @@
  *  10-Oct-1996	RMK	Brought up to date with arch-sa110eval
  *  04-Dec-1997	RMK	Updated for new arch/arm/time.c
  */
-extern void ioctime_init(void);
 
 static void timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
 {
@@ -33,8 +32,6 @@
  */
 extern __inline__ void setup_timer(void)
 {
-	ioctime_init();
-
 	timer_irq.handler = timer_interrupt;
 
 	setup_arm_irq(IRQ_TIMER, &timer_irq);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)