]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: gadget: Do not export usbd_device_* arrays
authorPali Rohár <pali@kernel.org>
Sat, 26 Dec 2020 18:12:11 +0000 (19:12 +0100)
committerMarek Vasut <marex@denx.de>
Sun, 31 Jan 2021 13:08:56 +0000 (14:08 +0100)
commitf2fa49988301965c4f8e7bfdf83145e677b1fbcc
tree42530e67cefe0c4149e643d28b293abf16f675a3
parente47431aa5cf0fe5e113ee9e33624084c93d4ec58
usb: gadget: Do not export usbd_device_* arrays

Each array is used only in one file (core.c or ep0.c). Move their content
to correct file, mark them as static and do not export out of current file.

This change allows to decrease size of u-boot.bin as more of those strings
are not used.

Signed-off-by: Pali Rohár <pali@kernel.org>
drivers/usb/gadget/core.c
drivers/usb/gadget/ep0.c
include/usbdevice.h