UBUNTU: SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
authorLeann Ogasawara <leann.ogasawara@canonical.com>
Thu, 3 Jun 2010 03:42:24 +0000 (20:42 -0700)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:48:43 +0000 (06:48 -0700)
commitd0e6128c47173c611232f446add78d5c239d8476
treeb9d5688a76a7a6285e51280d77ea46adf6da67a5
parent2f8de1d7b93e2800564c487d2ad48cc1f2f2c975
UBUNTU: SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()

usb_buffer_alloc() is renamed to usb_alloc_coherent()
usb_buffer_free()  is renamed to usb_free_coherent()

This is due to the removal of the usb_buffer_alloc() and
usb_buffer_free() macros:

  commit e26bcf37234c67624f62d9fc95f922b8dbda1363
  Author: Greg Kroah-Hartman <gregkh@suse.de>
  Date:   Thu Apr 29 15:46:07 2010 -0700

    USB: remove unused usb_buffer_alloc and usb_buffer_free macros

Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
ubuntu/ndiswrapper/usb.c