> NAK. Are you trying to use DMA with TMIO on your platform? Not that I am aware of. > Then this is a > wrong fix. Otherwise tmio_mmc_dma.c shouldn't be compiled > on your arch at > all. Then this must be is a config or Makefile bug, because the build is certainly trying to compile tmio_mmc_dma.c Looking at drivers/mmc/host/Makefile: ifneq ($(CONFIG_MMC_SDHI),n) tmio_mmc_core-y += tmio_mmc_dma.o endif My config doesn't define CONFIG_MMC_SDHI at all, thus the Makefile adds tmio_mmc_dma.o to the build? Regards, Paul -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html