fore200e: don't use GFP_DMA
authorChristoph Hellwig <hch@lst.de>
Tue, 9 Oct 2018 14:57:19 +0000 (16:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 05:38:50 +0000 (22:38 -0700)
commit0e21b2258a0f8ab5537387b3f1a43b672ce62670
tree546577241cc8457caafd180b3687112660bce300
parent1335d6fd65da11e9576c0a5dc6b8d65aadbfc9b6
fore200e: don't use GFP_DMA

The driver properly uses the DMA mapping API, so it should not
pointlessly dip into the GFP_DMA pool, which is only 16MB on x86.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/fore200e.c