
25 May
2021
25 May
'21
2:56 a.m.
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 marek.behun@nic.cz Reviewed-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Kever Yang kever.yang@rock-chips.com
Applied to u-boot/master, thanks!
--
Tom