purism: librem5: Fix a function declaration in spl.c
authorTom Rini <trini@konsulko.com>
Thu, 9 Mar 2023 16:22:11 +0000 (11:22 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Mar 2023 19:22:48 +0000 (15:22 -0400)
commit486930bd7fe1db63c302c960445cdd4be4a4f1d1
tree06ac245b48b6cc59b392b5117030dffd63459db1
parent332f48022f642ed06541009d06f71105f81d3c80
purism: librem5: Fix a function declaration in spl.c

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>
board/purism/librem5/spl.c