Explorar el Código

IPoIB: Remove unused struct ipoib_cm_tx.ibwc member

struct ipoib_cm_tx.ibwc is unused since commit 1b524963 ("IPoIB/cm:
Use common CQ for CM send completions"), so remove it.

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Eli Cohen hace 17 años
padre
commit
a9d1884925
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      drivers/infiniband/ulp/ipoib/ipoib.h

+ 0 - 1
drivers/infiniband/ulp/ipoib/ipoib.h

@@ -209,7 +209,6 @@ struct ipoib_cm_tx {
 	unsigned	     tx_tail;
 	unsigned long	     flags;
 	u32		     mtu;
-	struct ib_wc	     ibwc[IPOIB_NUM_WC];
 };
 
 struct ipoib_cm_rx_buf {