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/sandbox-dma-test.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/sandbox-dma-test.c')
| -rw-r--r-- | drivers/dma/sandbox-dma-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/sandbox-dma-test.c b/drivers/dma/sandbox-dma-test.c index a19e5e37fb9..0290b93340f 100644 --- a/drivers/dma/sandbox-dma-test.c +++ b/drivers/dma/sandbox-dma-test.c @@ -7,7 +7,6 @@ * Author: Grygorii Strashko <grygorii.strashko@ti.com> */ -#include <common.h> #include <dm.h> #include <log.h> #include <malloc.h> |
