mmc: atmel-mci: incude asm/cacheclush.h
commitbf614c7a214592c4cd2a2ccffc0f43539437af6b
authorArnd Bergmann <arnd@arndb.de>
Thu, 5 Jun 2014 21:14:38 +0000 (5 23:14 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 12 Jun 2014 08:50:14 +0000 (12 10:50 +0200)
tree931fd3fb108e3748c4b97c12d0ce495c574979f1
parented1761d7d8b83a632f34bfe6a636ceba85bfe8c8
mmc: atmel-mci: incude asm/cacheclush.h

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]
     flush_dcache_page(sg_page(sg));
     ^

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/atmel-mci.c