This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / arm / mach-clps711x / autcpu12.c
index c106704..e8a4d99 100644 (file)
@@ -35,7 +35,9 @@
 #include <asm/mach/map.h>
 #include <asm/arch/autcpu12.h>
 
-#include "common.h"
+extern void clps711x_map_io(void);
+extern void clps711x_init_irq(void);
+extern void clps711x_init_time(void);
 
 /*
  * The on-chip registers are given a size of 1MB so that a section can
@@ -64,6 +66,6 @@ MACHINE_START(AUTCPU12, "autronix autcpu12")
        BOOT_PARAMS(0xc0020000)
        MAPIO(autcpu12_map_io)
        INITIRQ(clps711x_init_irq)
-       .timer          = &clps711x_timer,
+       INITTIME(clps711x_init_time)
 MACHINE_END