net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent()
[pandora-kernel.git] / drivers / net / arm / ep93xx_eth.c
index 97bf6b1..bef3811 100644 (file)
@@ -492,7 +492,7 @@ static int ep93xx_alloc_buffers(struct ep93xx_priv *ep)
        int i;
 
        ep->descs = dma_alloc_coherent(dev, sizeof(struct ep93xx_descs),
-                               &ep->descs_dma_addr, GFP_KERNEL | GFP_DMA);
+                               &ep->descs_dma_addr, GFP_KERNEL);
        if (ep->descs == NULL)
                return 1;