This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / arm / mach-clps711x / p720t.c
index 29269df..eb75ae6 100644 (file)
@@ -34,7 +34,9 @@
 #include <asm/mach/map.h>
 #include <asm/arch/syspld.h>
 
-#include "common.h"
+extern void clps711x_init_irq(void);
+extern void clps711x_map_io(void);
+extern void clps711x_init_time(void);
 
 /*
  * Map the P720T system PLD.  It occupies two address spaces:
@@ -85,7 +87,7 @@ MACHINE_START(P720T, "ARM-Prospector720T")
        FIXUP(fixup_p720t)
        MAPIO(p720t_map_io)
        INITIRQ(clps711x_init_irq)
-       .timer          = &clps711x_timer,
+       INITTIME(clps711x_init_time)
 MACHINE_END
 
 static int p720t_hw_init(void)