]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/gadget/usbstring.c
usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file
[karo-tx-uboot.git] / drivers / usb / gadget / usbstring.c
index 6e9d1bf0f29b408c34df71834143d9a91cdb84ef..4dbe060d6f2359c377be128e6e0a344218836a01 100644 (file)
@@ -13,6 +13,7 @@
 #include <common.h>
 #include <asm/errno.h>
 #include <linux/usb/ch9.h>
+#include <usbdescriptors.h>
 #include <linux/usb/gadget.h>
 
 #include <asm/unaligned.h>
@@ -137,4 +138,3 @@ usb_gadget_get_string(struct usb_gadget_strings *table, int id, u8 *buf)
        buf[1] = USB_DT_STRING;
        return buf[0];
 }
-