aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorAndreas Bießmann <biessmann@corscience.de>2010-11-04 23:15:30 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-05-18 07:56:50 +0200
commit5d73bc7af75b004d4eb343572e3ff5bc5727a048 (patch)
treef4e5d1c17ee539efb57293e51d33fa7e3483bc68 /drivers/mmc
parent535abb96fb665402894b820f934deaca61ce3d3e (diff)
avr32: rename memory-map.h -> hardware.h
Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/atmel_mci.c2
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"