staging: vt6656: Delete int.c/h file and move functions to usbpipe
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 2 Mar 2020 21:22:49 +0000 (21:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Mar 2020 06:52:32 +0000 (07:52 +0100)
commit10e9a359cea7a592cd16eee9b2270e57390fd2a2
tree80d47cf9509fb6d7667b86c0ff40b3253f70e94d
parent05f665dd0faa390e9723d3cbcece311df42653b9
staging: vt6656: Delete int.c/h file and move functions to usbpipe

Move functions vnt_int_process_data and vnt_int_report_rate to
usbpipe.c and vnt_interrupt_data to usbpipe.h

These form part of the USB structure.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/bc21d3d7-81be-4ec1-030e-4e7a45f98238@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/Makefile
drivers/staging/vt6656/int.c [deleted file]
drivers/staging/vt6656/int.h [deleted file]
drivers/staging/vt6656/main_usb.c
drivers/staging/vt6656/usbpipe.c
drivers/staging/vt6656/usbpipe.h