Commit 454a01e7 authored by Roland Dreier's avatar Roland Dreier

IB/cm: Make internal function cm_get_ack_delay() static

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 1743b917
......@@ -3374,7 +3374,7 @@ int ib_cm_init_qp_attr(struct ib_cm_id *cm_id,
}
EXPORT_SYMBOL(ib_cm_init_qp_attr);
void cm_get_ack_delay(struct cm_device *cm_dev)
static void cm_get_ack_delay(struct cm_device *cm_dev)
{
struct ib_device_attr attr;
......
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