vserver 1.9.5.x5
[linux-2.6.git] / arch / arm / mach-sa1100 / lart.c
index 34ab201..51c08cc 100644 (file)
@@ -17,6 +17,8 @@
 #include "generic.h"
 
 
+#warning "include/asm/arch-sa1100/ide.h needs fixing for lart"
+
 static struct map_desc lart_io_desc[] __initdata = {
  /* virtual     physical    length      type */
   { 0xe8000000, 0x00000000, 0x00400000, MT_DEVICE }, /* main flash memory */
@@ -43,5 +45,5 @@ MACHINE_START(LART, "LART")
        BOOT_PARAMS(0xc0000100)
        MAPIO(lart_map_io)
        INITIRQ(sa1100_init_irq)
-       INITTIME(sa1100_init_time)
+       .timer          = &sa1100_timer,
 MACHINE_END