]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/dma/MCD_tasksInit.c
drivers/dma: Move conditional compilation to Makefile
[karo-tx-uboot.git] / drivers / dma / MCD_tasksInit.c
index 0d28713b86e09a265fd5469216990ce00a64b2a3..2f198754e585382f5c19a03db4270036cba7d2a8 100644 (file)
@@ -28,8 +28,6 @@
  * Do not edit!
  */
 
-#ifdef CONFIG_FSLDMAFEC
-
 #include <MCD_dma.h>
 
 extern dmaRegs *MCD_dmaBar;
@@ -242,6 +240,3 @@ void MCD_startDmaENetXmit(char *bDBase, char *currBD, char *xmitFifoPtr,
        /* Set the task's Enable bit in its Task Control Register */
        MCD_dmaBar->taskControl[channel] |= (u16) 0x8000;
 }
-
-#endif                 /* CONFIG_FSLDMAFEC */
-