IPoIB: Remove unused struct ipoib_cm_tx.ibwc member
authorEli Cohen <eli@dev.mellanox.co.il>
Thu, 14 Feb 2008 11:15:28 +0000 (13:15 +0200)
committerRoland Dreier <rolandd@cisco.com>
Thu, 14 Feb 2008 18:30:50 +0000 (10:30 -0800)
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>
drivers/infiniband/ulp/ipoib/ipoib.h

index f9b7caa..054fab8 100644 (file)
@@ -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 {