]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/dwc3/core.h
usb: dwc3: get rid of DWC3_TRB_MASK
[karo-tx-linux.git] / drivers / usb / dwc3 / core.h
index 2f19573e08d94c35719ca2c283b121c69214d615..832da3f2e03acc63e302d11e33467b4c45afa5ff 100644 (file)
@@ -440,7 +440,6 @@ struct dwc3_event_buffer {
 #define DWC3_EP_DIRECTION_RX   false
 
 #define DWC3_TRB_NUM           256
-#define DWC3_TRB_MASK          (DWC3_TRB_NUM - 1)
 
 /**
  * struct dwc3_ep - device side endpoint representation