Don't use GFP_DMA for zone allocation.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 15 Aug 2007 11:53:16 +0000 (12:53 +0100)
committerJeff Garzik <jeff@garzik.org>
Sat, 25 Aug 2007 06:30:59 +0000 (02:30 -0400)
commit09e06f652d86d358583df0b601c0c4d11923dd88
tree587e11de0b37968fad04eab8a2662d0b34f27233
parentba685fb2abd71162bea6895a99449c1071b01402
Don't use GFP_DMA for zone allocation.

IP32 doesn't even have a ZONE_DMA so no point in using GFP_DMA in any
IP32-specific device driver.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/meth.c