]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not set
authorTom Rini <trini@ti.com>
Fri, 23 May 2014 13:19:05 +0000 (09:19 -0400)
committerTom Rini <trini@ti.com>
Fri, 23 May 2014 13:19:05 +0000 (09:19 -0400)
commit10dc77716f41979e03baf3b847b97dc7279ef30d
tree149355c73274b2c35d246d1c9e1a1cee50178be8
parent638b3e8342e4b395f9e961bfac200420f29874a3
esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not set

In 7168977 we made calls to check_and_invalidate_dcache_range()
conditional on !CONFIG_SYS_FSL_ESDHC_USE_PIO.  Only define this function
in this case as well.

Signed-off-by: Tom Rini <trini@ti.com>
drivers/mmc/fsl_esdhc.c