mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-01 08:51:32 +01:00
Here we implement usb_gadget_handle_interrupts() but did not include <linux/usb/gadget.h> so did not have the declaration correct. Fix this and add the missing include. Signed-off-by: Tom Rini <trini@konsulko.com>