commit | 1f1b93593f2f9e4d4478718d65c89f4216c9ccd7 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Mar 08 14:00:20 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 08 14:02:06 2023 -0500 |
tree | fec513b2c0d6ef0a3edec2bc43618abf30856d84 | |
parent | 22c3cb4b4238bad9941efeabf2449b1372db675c [diff] |
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> --- Cc: Angus Ainslie <angus@akkea.ca> Cc: kernel@puri.sm