diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | 0cc1f2d813e0ef58d1b49875ccd77c1f0b411062 (patch) | |
tree | d3eb8aa359535a2244fd24e276217faacbb94f0e /drivers/dma/xilinx_dpdma.c | |
parent | f01e39cb97b3a3215f2572ccb161d16e55ffb43e (diff) |
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/xilinx_dpdma.c')
-rw-r--r-- | drivers/dma/xilinx_dpdma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/xilinx_dpdma.c b/drivers/dma/xilinx_dpdma.c index d4ee21dfc07..1d615ec2838 100644 --- a/drivers/dma/xilinx_dpdma.c +++ b/drivers/dma/xilinx_dpdma.c @@ -3,7 +3,6 @@ * Copyright (C) 2021 Xilinx Inc. */ -#include <common.h> #include <cpu_func.h> #include <dm.h> #include <dma.h> |