Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[pandora-kernel.git] / arch / arm / mach-imx / mach-scb9328.c
index eae878f..dcaee04 100644 (file)
@@ -145,10 +145,11 @@ static struct sys_timer scb9328_timer = {
 };
 
 MACHINE_START(SCB9328, "Synertronixx scb9328")
-    /* Sascha Hauer */
-       .boot_params    = 0x08000100,
-       .map_io         = mx1_map_io,
-       .init_irq       = mx1_init_irq,
-       .timer          = &scb9328_timer,
-       .init_machine   = scb9328_init,
+       /* Sascha Hauer */
+       .boot_params = 0x08000100,
+       .map_io = mx1_map_io,
+       .init_early = imx1_init_early,
+       .init_irq = mx1_init_irq,
+       .timer = &scb9328_timer,
+       .init_machine = scb9328_init,
 MACHINE_END