]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/g_dnl.c
usb:g_dnl:dfu: Download gadget and DFU function code clean up
[u-boot] / drivers / usb / gadget / g_dnl.c
index 19011bf9fc268ae274b534173b1443a242c7be23..40868c034e42fcde8416d407552e38e2e2daf75b 100644 (file)
@@ -7,7 +7,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <errno.h>
 #include <common.h>
 #include <malloc.h>
 
@@ -16,7 +15,7 @@
 
 #include <g_dnl.h>
 #include <usb_mass_storage.h>
-#include "f_dfu.h"
+#include <dfu.h>
 
 #include "gadget_chips.h"
 #include "composite.c"