]> 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)
commit76bd3fdb2bcfe67dd45f14a3bb9da4e213d372f5
tree80d47cf9509fb6d7667b86c0ff40b3253f70e94d
parente74dff72c2617a097c092e5aea12ed7e1345ebde
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