diff options
author | Greg Kroah-Hartman <[email protected]> | 2012-07-20 15:47:35 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-07-20 15:47:35 -0700 |
commit | 4becf12de1a4efefd28e057750e35f4ceb32dd1d (patch) | |
tree | a8f4cab8fd4699e12edc3482d367f1f315cd15fe /lib/string_helpers.c | |
parent | 7de2c5b6ae9c99e7b4213c06ed5264c24d943a35 (diff) |
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ä <[email protected]>
Cc: Lauri Hintsala <[email protected]>
Cc: Riku Mettälä <[email protected]>
Cc: Veli-Pekka Peltola <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions