Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3be49f38 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

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: default avatarFelipe Balbi <balbi@ti.com>
parent e58ebcd1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;