From: Greg Kroah-Hartman Date: Fri, 20 Jul 2012 22:47:35 +0000 (-0700) Subject: staging: csr: remove CsrMemAllocDma() X-Git-Tag: v3.6-rc1~100^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4becf12de1a4efefd28e057750e35f4ceb32dd1d;p=pandora-kernel.git staging: csr: remove CsrMemAllocDma() It's just a call to kmalloc(, GFP_KERNEL | GFP_DMA); But, all memory allocated by kmalloc can be DMAed, and that's not what GFP_DMA means, so remove that flag, and just call kmalloc(, GFP_KERNEL); Cc: Mikko Virkkilä Cc: Lauri Hintsala Cc: Riku Mettälä Cc: Veli-Pekka Peltola Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed