Skip to content

Commit

Permalink
IPoIB: Remove unused struct ipoib_cm_tx.ibwc member
Browse files Browse the repository at this point in the history
struct ipoib_cm_tx.ibwc is unused since commit 1b52496 ("IPoIB/cm:
Use common CQ for CM send completions"), so remove it.

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
  • Loading branch information
Eli Cohen authored and Roland Dreier committed Feb 14, 2008
1 parent 167c426 commit a9d1884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/infiniband/ulp/ipoib/ipoib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a9d1884

Please sign in to comment.