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)
commit72d55ebb50e1ebc636ff70d9130254ea82c0312e
treea722c67436b0b1141e2c7da9ea0c060dda0e053a
parent370730894bece52b2bbd4eb727fbb39840cc0e14
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