X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fdma%2FMCD_tasksInit.c;h=2f198754e585382f5c19a03db4270036cba7d2a8;hb=36c48be1104664ab79e5655327f39812e979c6aa;hp=0d28713b86e09a265fd5469216990ce00a64b2a3;hpb=e57ed96baca1222e6cd3d7032691a89d5890bb4a;p=u-boot diff --git a/drivers/dma/MCD_tasksInit.c b/drivers/dma/MCD_tasksInit.c index 0d28713b86..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 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 */ -