summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-10-22 12:13:06 +0200
committerTom Rini <trini@ti.com>2014-10-23 09:59:20 -0400
commit3dc23f7852158fafde9eb736060f9e8131997f19 (patch)
tree9304c712d44d32354ff17f1729948d4125ec317b /drivers/mmc
parentd80cca29fe8876278e6e0c863c869a4cade7e8ad (diff)
downloadblackbird-obmc-uboot-3dc23f7852158fafde9eb736060f9e8131997f19.tar.gz
blackbird-obmc-uboot-3dc23f7852158fafde9eb736060f9e8131997f19.zip
arm: marvell: Move arch/kirkwood.h to arch/soc.h
This move makes is possible to use this header not only from kirkwood platforms but from all Marvell mvebu platforms. Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Luka Perkov <luka@openwrt.org> Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/mvebu_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mvebu_mmc.c b/drivers/mmc/mvebu_mmc.c
index d34e74357f..9f98c3f37c 100644
--- a/drivers/mmc/mvebu_mmc.c
+++ b/drivers/mmc/mvebu_mmc.c
@@ -14,7 +14,7 @@
#include <mmc.h>
#include <asm/io.h>
#include <asm/arch/cpu.h>
-#include <asm/arch/kirkwood.h>
+#include <asm/arch/soc.h>
#include <mvebu_mmc.h>
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud