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

Commit a9d18849 authored by Eli Cohen's avatar Eli Cohen Committed by Roland Dreier
Browse files

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: default avatarEli Cohen <eli@mellanox.co.il>
parent 167c4265
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 {