This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / arm / mach-clps711x / cdb89712.c
index 7664f9c..870d4e4 100644 (file)
@@ -32,7 +32,9 @@
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
 
-#include "common.h"
+extern void clps711x_init_irq(void);
+extern void clps711x_map_io(void);
+extern void clps711x_init_time(void);
 
 /*
  * Map the CS89712 Ethernet port.  That should be moved to the
@@ -54,5 +56,13 @@ MACHINE_START(CDB89712, "Cirrus-CDB89712")
        BOOT_PARAMS(0xc0000100)
        MAPIO(cdb89712_map_io)
        INITIRQ(clps711x_init_irq)
-       .timer          = &clps711x_timer,
+       INITTIME(clps711x_init_time)
 MACHINE_END
+
+static int cdb89712_hw_init(void)
+{
+       return 0;
+}
+
+__initcall(cdb89712_hw_init);
+