On Mon, 16 May 2011, Paul Parsons wrote:

> > 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?

hm, interesting... Then yes, then this is a bug and should be fixed:( 
Although I'm sure I tested a non-SDHI build... confused.

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to