Tony, As of last nights merge of the ARM tree, the only remaining build error is: arch/arm/mach-omap1/built-in.o: In function `sx1_mmc_init': board-sx1-mmc.c:(.init.text+0xd64): undefined reference to `omap_set_mmc_info' arch/arm/mach-omap1/built-in.o: In function `h2_mmc_init': arch/arm/mach-omap1/board-h2-mmc.c:98: undefined reference to `omap_set_mmc_info' This seems to be because of arch/arm/plat-omap/devices.c not being up to date; it seems to pass a struct omap_mmc_conf to the OMAP MMC driver, but the MMC driver expects a struct omap_mmc_platform_data instead. Can I lift just the MMC changes for arch/arm/plat-omap/devices.c from the OMAP tree to fix this, or is there something more required for this? -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html