Fix compilation breakage with tm6000
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 3 May 2010 18:17:57 +0000 (15:17 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:58:23 +0000 (12:58 -0300)
commit5a11b6fe5d5ff146d951bc237c0e3f0330711baa
tree33cd6dcbee1892286908370aa4adf17f6b4e5702
parent6bc4631dbc535a906193fe8110556bf84e1786e3
Fix compilation breakage with tm6000

Randy Dunlap <randy.dunlap@oracle.com>  reported a breakage while compiling
drivers/staging/tm6000, due to this change:
    commit 1c1b78bee1a94f98deeb9c24b21c4812e191646c
    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

    Now that all callers are converted over, remove the compatibility
    functions and all is good.

As the function got renamed, the rename should also be applied at
tm6000.

Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-video.c