Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: dwc3: Remove current_trb as it is unused

This field was introduced but never used. So, remove it.

Signed-off-by: Amit Virdi <amit.virdi@st.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

authored by

Amit Virdi and committed by
Felipe Balbi
3cd0e29d 110381e1

-3
-3
drivers/usb/dwc3/core.h
··· 431 431 * @dwc: pointer to DWC controller 432 432 * @saved_state: ep state saved during hibernation 433 433 * @flags: endpoint flags (wedged, stalled, ...) 434 - * @current_trb: index of current used trb 435 434 * @number: endpoint number (1 - 15) 436 435 * @type: set to bmAttributes & USB_ENDPOINT_XFERTYPE_MASK 437 436 * @resource_index: Resource transfer index ··· 462 463 463 464 /* This last one is specific to EP0 */ 464 465 #define DWC3_EP0_DIR_IN (1 << 31) 465 - 466 - unsigned current_trb; 467 466 468 467 u8 number; 469 468 u8 type;