On Thu, May 20, 2021 at 01:24:18PM +0200, Marek Behún wrote: > When building with LTO, the compiler complains about type mismatch of > function usb_gadget_handle_interrupts(). This function is defined > without parameters in files > arch/arm/mach-rockchip/board.c > board/samsung/common/exynos5-dt.c > but it should have one parameter, int index. > > Fix this. > > Signed-off-by: Marek Behún > Reviewed-by: Bin Meng > Reviewed-by: Kever Yang Applied to u-boot/master, thanks! -- Tom