commit | aecb179fa59c60e1f5fd4090b268eb5a4408ff5a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Mar 09 11:22:11 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 22 15:22:48 2023 -0400 |
tree | 06ac245b48b6cc59b392b5117030dffd63459db1 | |
parent | f7003563bd32f31c3fe8b95cec28d0d6b40c9701 [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>