On Sun, Mar 7, 2021 at 12:26 PM Marek Behún <marek.be...@nic.cz> 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.be...@nic.cz> > --- > arch/arm/mach-rockchip/board.c | 2 +- > board/samsung/common/exynos5-dt.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>