Skip to content

Commit a622070

Browse files
decsnydanieldegrasse
authored andcommitted
dma_mcux_edma: Remove header file
There is really no need for this header file at all besides if there is a requirement to be annoying. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
1 parent b3083da commit a622070

File tree

2 files changed

+11
-25
lines changed

2 files changed

+11
-25
lines changed

drivers/dma/dma_mcux_edma.c

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,23 @@
1414
#include <soc.h>
1515
#include <zephyr/init.h>
1616
#include <zephyr/kernel.h>
17+
#include <zephyr/device.h>
1718
#include <zephyr/devicetree.h>
1819
#include <zephyr/sys/atomic.h>
1920
#include <zephyr/drivers/dma.h>
2021
#include <zephyr/drivers/clock_control.h>
2122
#include <zephyr/sys/barrier.h>
2223

23-
#include "dma_mcux_edma.h"
24+
#include <fsl_common.h>
25+
#include <fsl_edma.h>
26+
27+
#if defined(FSL_FEATURE_SOC_DMAMUX_COUNT) && FSL_FEATURE_SOC_DMAMUX_COUNT
28+
#include <fsl_dmamux.h>
29+
#endif
30+
31+
#if defined(FSL_FEATURE_MEMORY_HAS_ADDRESS_OFFSET) && FSL_FEATURE_MEMORY_HAS_ADDRESS_OFFSET
32+
#include <fsl_memory.h>
33+
#endif
2434

2535
#include <zephyr/logging/log.h>
2636
#include <zephyr/irq.h>

drivers/dma/dma_mcux_edma.h

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)