]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/gadget/u_serial.h
usb gadget serial: use composite gadget framework
[linux-2.6-omap-h63xx.git] / drivers / usb / gadget / u_serial.h
index f9ce3005d751fc9f2f96c0a10c16d8a70bac095b..7b561138f90e06916080d406f7cfab1d655905c3 100644 (file)
@@ -41,11 +41,6 @@ struct gserial {
 
        /* REVISIT avoid this CDC-ACM support harder ... */
        struct usb_cdc_line_coding port_line_coding;    /* 9600-8-N-1 etc */
-
-       /* FIXME remove these when we switch to acm_bind_config... */
-       struct usb_ep                   *notify;
-       struct usb_endpoint_descriptor  *notify_desc;
-       u16                             port_handshake_bits;
 };
 
 /* port setup/teardown is handled by gadget driver */