aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/ti-edma3.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:43 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:41 -0600
commit0cc1f2d813e0ef58d1b49875ccd77c1f0b411062 (patch)
treed3eb8aa359535a2244fd24e276217faacbb94f0e /drivers/dma/ti-edma3.c
parentf01e39cb97b3a3215f2572ccb161d16e55ffb43e (diff)
downloadu-boot-0cc1f2d813e0ef58d1b49875ccd77c1f0b411062.zip
u-boot-0cc1f2d813e0ef58d1b49875ccd77c1f0b411062.tar.gz
u-boot-0cc1f2d813e0ef58d1b49875ccd77c1f0b411062.tar.bz2
dma: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/dma/ti-edma3.c')
-rw-r--r--drivers/dma/ti-edma3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/ti-edma3.c b/drivers/dma/ti-edma3.c
index 31ffff0..d64059f 100644
--- a/drivers/dma/ti-edma3.c
+++ b/drivers/dma/ti-edma3.c
@@ -10,7 +10,6 @@
#include <asm/cache.h>
#include <asm/io.h>
-#include <common.h>
#include <dm.h>
#include <dma-uclass.h>
#include <linux/dma-mapping.h>