From: Daniel Mack Date: Mon, 12 Apr 2010 11:17:25 +0000 (+0200) Subject: USB: rename usb_buffer_alloc() and usb_buffer_free() X-Git-Tag: v2.6.34-rc7~38^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073900a28d95c75a706bf40ebf092ea048c7b236;p=pandora-kernel.git USB: rename usb_buffer_alloc() and usb_buffer_free() For more clearance what the functions actually do, usb_buffer_alloc() is renamed to usb_alloc_coherent() usb_buffer_free() is renamed to usb_free_coherent() They should only be used in code which really needs DMA coherency. [added compatibility macros so we can convert things easier - gregkh] Signed-off-by: Daniel Mack Cc: Alan Stern Cc: Pedro Ribeiro Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed