]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vt6656: Move firmware functions into main_usb.
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 19 Apr 2020 10:26:06 +0000 (11:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Apr 2020 11:31:59 +0000 (13:31 +0200)
commit96b51e3796fb6722debb8677109a097b48e991c5
treea722c67436b0b1141e2c7da9ea0c060dda0e053a
parent4bafd2f20d180a951ac1d114af3f2deaad792938
staging: vt6656: Move firmware functions into main_usb.

The firmware function are not that complicated so
move them into main_usb as static functions in callers
visibility

Firmware definitions moved to device.h and MODULE_FIRMWARE
move to below module_usb_driver.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/7b384871-826b-9365-e3ed-5717ecefd31c@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/Makefile
drivers/staging/vt6656/device.h
drivers/staging/vt6656/firmware.c [deleted file]
drivers/staging/vt6656/firmware.h [deleted file]
drivers/staging/vt6656/main_usb.c