Commit 13ef5f44 authored by Roland Dreier's avatar Roland Dreier

IPoIB/cm: Remove dead definition of struct ipoib_cm_id

It's completely unused.
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 82c3aca6
...@@ -56,13 +56,6 @@ MODULE_PARM_DESC(cm_data_debug_level, ...@@ -56,13 +56,6 @@ MODULE_PARM_DESC(cm_data_debug_level,
#define IPOIB_CM_RX_DELAY (3 * 256 * HZ) #define IPOIB_CM_RX_DELAY (3 * 256 * HZ)
#define IPOIB_CM_RX_UPDATE_MASK (0x3) #define IPOIB_CM_RX_UPDATE_MASK (0x3)
struct ipoib_cm_id {
struct ib_cm_id *id;
int flags;
u32 remote_qpn;
u32 remote_mtu;
};
static struct ib_qp_attr ipoib_cm_err_attr = { static struct ib_qp_attr ipoib_cm_err_attr = {
.qp_state = IB_QPS_ERR .qp_state = IB_QPS_ERR
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment