Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
[pandora-kernel.git] / arch / arm / mach-imx / mach-mx21ads.c
index 0a37257..fa52a10 100644 (file)
@@ -304,9 +304,10 @@ static struct sys_timer mx21ads_timer = {
 
 MACHINE_START(MX21ADS, "Freescale i.MX21ADS")
        /* maintainer: Freescale Semiconductor, Inc. */
-       .boot_params    = MX21_PHYS_OFFSET + 0x100,
-       .map_io         = mx21ads_map_io,
-       .init_irq       = mx21_init_irq,
-       .init_machine   = mx21ads_board_init,
-       .timer          = &mx21ads_timer,
+       .boot_params = MX21_PHYS_OFFSET + 0x100,
+       .map_io = mx21ads_map_io,
+       .init_early = imx21_init_early,
+       .init_irq = mx21_init_irq,
+       .timer = &mx21ads_timer,
+       .init_machine = mx21ads_board_init,
 MACHINE_END