staging: vt6656: Move vnt_rx_data to usbpipe.c
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 3 Mar 2020 20:41:05 +0000 (20:41 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Mar 2020 06:54:09 +0000 (07:54 +0100)
commit3c505f508f448f3c5b3604b9105743b2ef8e624a
treea6ce9dc0e44b3a1e7ea296b1152ed719c9f2a9f9
parent10e9a359cea7a592cd16eee9b2270e57390fd2a2
staging: vt6656: Move vnt_rx_data to usbpipe.c

vnt_rx_data is a USB function and vnt_submit_rx_urb_complete is
the only caller therefore removing dpc.c/h files and becoming
static.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/d3937276-5a47-7184-e263-84d9c9cb5c7a@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/Makefile
drivers/staging/vt6656/dpc.c [deleted file]
drivers/staging/vt6656/dpc.h [deleted file]
drivers/staging/vt6656/main_usb.c
drivers/staging/vt6656/usbpipe.c