]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/dwc2_udc_otg.c
usb: gadget: f_dfu: write req->actual bytes
[u-boot] / drivers / usb / gadget / dwc2_udc_otg.c
index 029927f8ac15bf07c6c9183132f69b9e0ebb80bc..cb44374e81a615c2c4cccdc7cb526ee5b5444721 100644 (file)
@@ -19,7 +19,7 @@
  */
 #undef DEBUG
 #include <common.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <linux/list.h>
 #include <malloc.h>
 
@@ -63,13 +63,11 @@ static char *state_names[] = {
        "WAIT_FOR_NULL_COMPLETE",
 };
 
-#define DRIVER_DESC "DWC2 HS USB OTG Device Driver, (c) Samsung Electronics"
 #define DRIVER_VERSION "15 March 2009"
 
 struct dwc2_udc        *the_controller;
 
 static const char driver_name[] = "dwc2-udc";
-static const char driver_desc[] = DRIVER_DESC;
 static const char ep0name[] = "ep0-control";
 
 /* Max packet size*/