Re: [PATCH 1/4] mmc: atmel-mci: incude asm/cacheclush.h

2014-06-06 Thread Ludovic Desroches
On Thu, Jun 05, 2014 at 11:14:38PM +0200, Arnd Bergmann wrote: This avoids a build error due to the use of flush_dcache_page. drivers/mmc/host/atmel-mci.c: In function 'atmci_read_data_pio': drivers/mmc/host/atmel-mci.c:1870:5: error: implicit declaration of function 'flush_dcache_page'

[PATCH 1/4] mmc: atmel-mci: incude asm/cacheclush.h

2014-06-05 Thread Arnd Bergmann
This avoids a build error due to the use of flush_dcache_page. drivers/mmc/host/atmel-mci.c: In function 'atmci_read_data_pio': drivers/mmc/host/atmel-mci.c:1870:5: error: implicit declaration of function 'flush_dcache_page' [-Werror=implicit-function-declaration]