summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-03-19 17:59:11 (GMT)
committerMarek Vasut <marex@denx.de>2016-04-10 15:19:49 (GMT)
commitdafd5792a8d91e6d616d7efa53bf336b0a12f12b (patch)
tree01dcb85ba3e548b0b335c88e928f375af2b4a492 /drivers/mmc
parent723a72af29e95982940bdba7a4ec4b22047d62d8 (diff)
downloadu-boot-fsl-qoriq-dafd5792a8d91e6d616d7efa53bf336b0a12f12b.tar.xz
arm: socfpga: Nuke useless include
The dwmmc.h include was forgotten during the migration of dwmmc probing to DM. Since the shiny DM is in place now, remove this relic of the past. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Cc: Chin Liang See <clsee@altera.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/socfpga_dw_mmc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/socfpga_dw_mmc.c b/drivers/mmc/socfpga_dw_mmc.c
index 43a7e7e..097db81 100644
--- a/drivers/mmc/socfpga_dw_mmc.c
+++ b/drivers/mmc/socfpga_dw_mmc.c
@@ -6,7 +6,6 @@
#include <common.h>
#include <asm/arch/clock_manager.h>
-#include <asm/arch/dwmmc.h>
#include <asm/arch/system_manager.h>
#include <dm.h>
#include <dwmmc.h>