summaryrefslogtreecommitdiffstats
path: root/drivers/dma/MCD_tasks.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/MCD_tasks.c')
-rw-r--r--drivers/dma/MCD_tasks.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/dma/MCD_tasks.c b/drivers/dma/MCD_tasks.c
index 694e780fe2..06a2d53264 100644
--- a/drivers/dma/MCD_tasks.c
+++ b/drivers/dma/MCD_tasks.c
@@ -22,6 +22,10 @@
/* Contains task code and structures for Multi-channel DMA */
+#include <common.h>
+
+#ifdef CONFIG_FSLDMAFEC
+
#include <MCD_dma.h>
u32 MCD_varTab0[];
@@ -2426,3 +2430,5 @@ u32 MCD_ENetXmit_TDT[] = {
#ifdef MCD_INCLUDE_EU
MCD_bufDesc MCD_singleBufDescs[NCHANNELS];
#endif
+
+#endif /* CONFIG_FSLDMAFEC */
OpenPOWER on IntegriCloud