Re: [PATCH 07/13] usb: gadget: Do not export usbd_device_* arrays

2020-11-29 Thread Pavel Machek
On Sun 2020-11-29 17:46:12, Pali Rohár wrote: > 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. >

[PATCH 07/13] usb: gadget: Do not export usbd_device_* arrays

2020-11-29 Thread Pali Rohár
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 --- drivers/usb/gadget/core.c