diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-10 19:55:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-10 19:55:25 -0400 |
commit | 9dbdc6ebd4db60effebefcf8d541cf598712e3b7 (patch) | |
tree | 1acb0bdc27c67bacccb9b0b6bf6cf9952b4de1ff /drivers | |
parent | 7e8f270292ebacb25f366181f2022c819e5c7586 (diff) | |
parent | f6060ce4bb0673bed8331441e985620b1b24adbd (diff) | |
download | u-boot-9dbdc6ebd4db60effebefcf8d541cf598712e3b7.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/socfpga_dw_mmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/socfpga_dw_mmc.c b/drivers/mmc/socfpga_dw_mmc.c index 43a7e7ea32..097db81b05 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> |