summaryrefslogtreecommitdiff
path: root/drivers/dma/ti/k3-udma.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-02-20 07:27:31 -0500
committerTom Rini <trini@konsulko.com>2020-02-20 07:27:31 -0500
commit4246fae418f213d13ddd1829367183e94b5a7942 (patch)
tree7bcaff8eccf086e9a87536ee74c7ebde817c71a8 /drivers/dma/ti/k3-udma.c
parent9770f92d022211dc02fb496a7642fde1a96a2292 (diff)
parent4155ad9aac9474610038b525da9eec8ad9afbc12 (diff)
Merge tag 'mmc-2-20-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
- sdhci: code clean-up and fix cache coherency problem - enable cache snooping on mpc830x - Fix build error when MMC_WRITE disabled
Diffstat (limited to 'drivers/dma/ti/k3-udma.c')
-rw-r--r--drivers/dma/ti/k3-udma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ti/k3-udma.c b/drivers/dma/ti/k3-udma.c
index f274100f32..e587f1fcb2 100644
--- a/drivers/dma/ti/k3-udma.c
+++ b/drivers/dma/ti/k3-udma.c
@@ -10,7 +10,7 @@
#include <asm/io.h>
#include <asm/bitops.h>
#include <malloc.h>
-#include <asm/dma-mapping.h>
+#include <linux/dma-mapping.h>
#include <dm.h>
#include <dm/device_compat.h>
#include <dm/devres.h>