]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: misc: onboard_dev: Remove duplicated static structures
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Wed, 18 Mar 2026 08:46:27 +0000 (09:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2026 15:04:23 +0000 (16:04 +0100)
commit351eb14411f748341a9cb32e81f4973407a8350c
tree5dbf83f70b766193022a9e606b5644fb347df87a
parent381133848a033c2086cf9cafb226f425bd0414ff
usb: misc: onboard_dev: Remove duplicated static structures

Static structure "ti_tusb8041_data" is exactly the same as
"ti_tusb8020b_data" and "cypress_hx2vl_data" is the same as
"microchip_usb424_data".  Drop the duplicated structures to reduce
driver size and memory usage without affecting functionality.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260318084626.34314-2-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/onboard_usb_dev.h