X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fdma%2FMCD_tasksInit.c;h=2f198754e585382f5c19a03db4270036cba7d2a8;hb=2fd0aad443c966ce62008225e57b18e2dcf4e330;hp=0d28713b86e09a265fd5469216990ce00a64b2a3;hpb=8d54477b9bfc666632e767946ea190fc6ce52775;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/dma/MCD_tasksInit.c b/drivers/dma/MCD_tasksInit.c index 0d28713..2f19875 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 */ -