diff options
Diffstat (limited to 'drivers/mmc/atmel_mci.c')
| -rw-r--r-- | drivers/mmc/atmel_mci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/mmc/atmel_mci.c b/drivers/mmc/atmel_mci.c index 3946ffeeb..0af8d4261 100644 --- a/drivers/mmc/atmel_mci.c +++ b/drivers/mmc/atmel_mci.c @@ -28,7 +28,7 @@  #include <asm/errno.h>  #include <asm/byteorder.h>  #include <asm/arch/clk.h> -#include <asm/arch/memory-map.h> +#include <asm/arch/hardware.h>  #include "atmel_mci.h" |