mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
usb: gadget: amd5536udc: remove unused structure member
that member isn't used anywhere in the driver and be removed with no mercy. Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
e58ebcd142
commit
3be49f38d3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user