summaryrefslogtreecommitdiffstats
path: root/drivers/dma/MCD_tasksInit.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:39 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:39 +0200
commit88f57e093114a44aa9a858d52b099bcc52034a8c (patch)
tree3d20c7aa00c33aa628669535abbf202809d8bb2a /drivers/dma/MCD_tasksInit.c
parent1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7 (diff)
downloadblackbird-obmc-uboot-88f57e093114a44aa9a858d52b099bcc52034a8c.tar.gz
blackbird-obmc-uboot-88f57e093114a44aa9a858d52b099bcc52034a8c.zip
drivers/dma: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/dma/MCD_tasksInit.c')
-rw-r--r--drivers/dma/MCD_tasksInit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/dma/MCD_tasksInit.c b/drivers/dma/MCD_tasksInit.c
index cf567db5a0..2f198754e5 100644
--- a/drivers/dma/MCD_tasksInit.c
+++ b/drivers/dma/MCD_tasksInit.c
@@ -28,8 +28,6 @@
* Do not edit!
*/
-#ifdef CONFIG_FSLDMAFEC
-
#include <MCD_dma.h>
extern dmaRegs *MCD_dmaBar;
@@ -242,5 +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 */
OpenPOWER on IntegriCloud