]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9c5c08ad600b22c7c7cf49140abf594c60d8a795
tree80d47cf9509fb6d7667b86c0ff40b3253f70e94d
parente99f03eb6a7afc16a71cc3fe054a95d2be7f932a
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