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

Commit 5153c219 authored by Ricardo Ribalda Delgado's avatar Ricardo Ribalda Delgado Committed by Felipe Balbi
Browse files

usb: gadget: udc: net2280: Remove function resume_dma



Function resume_dma is not used, remove it.

The reason the compiler did not catch this dead code is the inline
modifier.

Signed-off-by: default avatarRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 5517525e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -831,11 +831,6 @@ static void start_dma(struct net2280_ep *ep, struct net2280_request *req)
	start_queue(ep, tmp, req->td_dma);
}

static inline void resume_dma(struct net2280_ep *ep)
{
	writel(readl(&ep->dma->dmactl) | BIT(DMA_ENABLE), &ep->dma->dmactl);
}

static inline void
queue_dma(struct net2280_ep *ep, struct net2280_request *req, int valid)
{