usb: gadget: add usb_endpoint_descriptor to struct usb_ep
[deliverable/linux.git] / drivers / usb / gadget / u_serial.h
index 300f0ed9475d9799f2f5a5dcc51686ab76211452..9b0fe6450fbfaf88d27d130918d2a73aff53ffd1 100644 (file)
@@ -35,8 +35,6 @@ struct gserial {
 
        struct usb_ep                   *in;
        struct usb_ep                   *out;
-       struct usb_endpoint_descriptor  *in_desc;
-       struct usb_endpoint_descriptor  *out_desc;
 
        /* REVISIT avoid this CDC-ACM support harder ... */
        struct usb_cdc_line_coding port_line_coding;    /* 9600-8-N-1 etc */
This page took 0.036004 seconds and 5 git commands to generate.