
17 Aug
2023
17 Aug
'23
7:41 p.m.
We don't need <dfu.h> nor <thor.h> in this file, drop them.
Signed-off-by: Tom Rini trini@konsulko.com --- drivers/usb/gadget/g_dnl.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/drivers/usb/gadget/g_dnl.c b/drivers/usb/gadget/g_dnl.c index afb7b74f3057..8423da377ca9 100644 --- a/drivers/usb/gadget/g_dnl.c +++ b/drivers/usb/gadget/g_dnl.c @@ -16,8 +16,6 @@
#include <g_dnl.h> #include <usb_mass_storage.h> -#include <dfu.h> -#include <thor.h>
#include <env_callback.h>
--
2.34.1