commit | 35f307dfdc8124a78e9300c097145ea17f4a8cce | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Thu May 20 13:24:18 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 24 14:21:30 2021 -0400 |
tree | 7046618160fdce12641c57788506cea4498e337a | |
parent | 332731e1f7f67f93fc11dc9c87cb9d5ed16a0da7 [diff] |
ARM: fix LTO for rockchip and samsung 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>