This is a parch to the emxx_udc.c file that remove the
'usb_device_descriptor' structure because it is not used in the current
file or in other one.

Signed-off-by: Mihaela Muraru <[email protected]>
---
 drivers/staging/emxx_udc/emxx_udc.c | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/drivers/staging/emxx_udc/emxx_udc.c 
b/drivers/staging/emxx_udc/emxx_udc.c
index 8b406f3..e426063 100644
--- a/drivers/staging/emxx_udc/emxx_udc.c
+++ b/drivers/staging/emxx_udc/emxx_udc.c
@@ -1385,25 +1385,6 @@ static void _nbu2ss_set_endpoint_stall(
 }
 
 /*-------------------------------------------------------------------------*/
-/* Device Descriptor */
-static const struct usb_device_descriptor device_desc = {
-       .bLength              = sizeof(device_desc),
-       .bDescriptorType      = USB_DT_DEVICE,
-       .bcdUSB               = cpu_to_le16(0x0200),
-       .bDeviceClass         = USB_CLASS_VENDOR_SPEC,
-       .bDeviceSubClass      = 0x00,
-       .bDeviceProtocol      = 0x00,
-       .bMaxPacketSize0      = 64,
-       .idVendor             = cpu_to_le16(0x0409),
-       .idProduct            = cpu_to_le16(0xfff0),
-       .bcdDevice            = 0xffff,
-       .iManufacturer        = 0x00,
-       .iProduct             = 0x00,
-       .iSerialNumber        = 0x00,
-       .bNumConfigurations   = 0x01,
-};
-
-/*-------------------------------------------------------------------------*/
 static void _nbu2ss_set_test_mode(struct nbu2ss_udc *udc, u32 mode)
 {
        u32             data;
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to