OSDN Git Service

usb: gadget: amd5536udc: remove unused structure member
authorFelipe Balbi <balbi@ti.com>
Mon, 28 Jan 2013 12:51:34 +0000 (14:51 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:16:56 +0000 (11:16 +0200)
that member isn't used anywhere in the driver
and be removed with no mercy.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/amd5536udc.h

index f1bf32e..6744d3b 100644 (file)
@@ -472,7 +472,6 @@ struct udc_request {
 
        /* flags */
        unsigned                        dma_going : 1,
-                                       dma_mapping : 1,
                                        dma_done : 1;
        /* phys. address */
        dma_addr_t                      td_phys;