Hi Tom, Thank you for the patch.
On Tue, Feb 24, 2026 at 09:45, Tom Rini <[email protected]> wrote: > With the last external callers of udc_disconnect long removed, mark this > function as static now and remove it from headers. > > Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > arch/arm/include/asm/bootm.h | 2 -- > drivers/usb/gadget/ci_udc.c | 2 +- > include/usb.h | 9 --------- > include/usb/udc.h | 1 - > 4 files changed, 1 insertion(+), 13 deletions(-) >

