Re: [PATCH] mmc: tmio: fix build error if CONFIG_MMC_SDHI is not configured

2011-06-30 Thread Guennadi Liakhovetski
Hi Axel On Thu, 30 Jun 2011, Axel Lin wrote: > Fix below build error: > > CC drivers/mmc/host/tmio_mmc_dma.o > drivers/mmc/host/tmio_mmc_dma.c:192: error: redefinition of > 'tmio_mmc_start_dma' > drivers/mmc/host/tmio_mmc.h:111: error: previous definition of > 'tmio_mmc_start_dma' was h

[PATCH] mmc: tmio: fix build error if CONFIG_MMC_SDHI is not configured

2011-06-29 Thread Axel Lin
Fix below build error: CC drivers/mmc/host/tmio_mmc_dma.o drivers/mmc/host/tmio_mmc_dma.c:192: error: redefinition of 'tmio_mmc_start_dma' drivers/mmc/host/tmio_mmc.h:111: error: previous definition of 'tmio_mmc_start_dma' was here drivers/mmc/host/tmio_mmc_dma.c:257: error: redefinition o